SimulationConfigurationBatch#

class pyaedt.edb_core.edb_data.simulation_configuration.SimulationConfigurationBatch[source]#

Contains all Cuotut and Batch analysis settings. The class is part of SimulationConfiguration class as a property.

Methods

SimulationConfigurationBatch.add_source([source])

Add a new source to configuration.

Attributes

SimulationConfigurationBatch.airbox_horizontal_extent

Retrieve the air box horizontal extent size for HFSS.

SimulationConfigurationBatch.airbox_negative_vertical_extent

Retrieve the air box negative vertical extent size for HFSS.

SimulationConfigurationBatch.airbox_positive_vertical_extent

Retrieve the air box positive vertical extent size for HFSS.

SimulationConfigurationBatch.coax_solder_ball_diameter

Retrieve the list of solder balls diameter values when the auto evaluated one is overwritten.

SimulationConfigurationBatch.components

Retrieve the list component name to be included in the simulation.

SimulationConfigurationBatch.coplanar_instances

Retrieve the list of component to be replaced by circuit ports (obsolete).

SimulationConfigurationBatch.cutout_subdesign_expansion

Retrieve expansion factor used for clipping the design.

SimulationConfigurationBatch.cutout_subdesign_round_corner

Retrieve boolean to perform the design clipping using round corner for the extent generation.

SimulationConfigurationBatch.cutout_subdesign_type

Retrieve the CutoutSubdesignType selection for clipping the design.

SimulationConfigurationBatch.dielectric_extent

Retrieve the value of dielectric extent.

SimulationConfigurationBatch.do_cutout_subdesign

Retrieve boolean to perform the cutout during the project build.

SimulationConfigurationBatch.do_pingroup

Do pingroup on multi-pin component.

SimulationConfigurationBatch.etching_factor_instances

Retrieve the list of etching factor with associated layers.

SimulationConfigurationBatch.generate_solder_balls

Retrieve the boolean for applying solder balls.

SimulationConfigurationBatch.honor_user_dielectric

Retrieve the boolean to activate the feature "'Honor user dielectric'".

SimulationConfigurationBatch.output_aedb

Retrieve the path for the output aedb folder.

SimulationConfigurationBatch.power_nets

Retrieve the list of power and reference net names.

SimulationConfigurationBatch.signal_layer_etching_instances

Retrieve the list of layers which has layer etching activated.

SimulationConfigurationBatch.signal_layers_properties

Retrieve the list of layers to have properties changes.

SimulationConfigurationBatch.signal_nets

Retrieve the list of signal net names.

SimulationConfigurationBatch.sources

Retrieve the source list.

SimulationConfigurationBatch.trim_reference_size

Retrieve the trim reference size when used.

SimulationConfigurationBatch.truncate_airbox_at_ground

Retrieve the boolean to truncate hfss air box at ground.

SimulationConfigurationBatch.use_default_coax_port_radial_extension

Retrieve the boolean for using the default coaxial port extension value.

SimulationConfigurationBatch.use_default_cutout

Either if use the default EDB Cutout or new pyaedt cutout.

SimulationConfigurationBatch.use_radiation_boundary

Retrieve the boolean to use radiation boundary with HFSS.