SimulationConfigurationBatch#

class pyedb.dotnet.edb_core.edb_data.simulation_configuration.SimulationConfigurationBatch[source]#

Contains all Cutout 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.add_frequency_sweep

Activate the frequency sweep creation when build project with the class.

SimulationConfigurationBatch.airbox_horizontal_extent

Horizontal extent of the airbox for HFSS.

SimulationConfigurationBatch.airbox_negative_vertical_extent

Negative vertical extent of the airbox for HFSS.

SimulationConfigurationBatch.airbox_positive_vertical_extent

Positive vertical extent of the airbox 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_excitations

Activate ports and sources for DC generation when build project with the class.

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.include_only_selected_nets

Include only net selection in the project.

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_airbox_horizontal_extent_multiple

Whether the multiple value is used for the horizontal extent of the air box.

SimulationConfigurationBatch.use_airbox_negative_vertical_extent_multiple

Multiple value for the negative extent of the airbox.

SimulationConfigurationBatch.use_airbox_positive_vertical_extent_multiple

Whether the multiple value for the positive extent of the airbox is used.

SimulationConfigurationBatch.use_default_coax_port_radial_extension

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

SimulationConfigurationBatch.use_default_cutout

Whether to use the default EDB cutout.

SimulationConfigurationBatch.use_dielectric_extent_multiple

Whether the multiple value of the dielectric extent is used.

SimulationConfigurationBatch.use_pyaedt_cutout

Whether the default EDB cutout or a new PyAEDT cutout is used.

SimulationConfigurationBatch.use_radiation_boundary

Retrieve the boolean to use radiation boundary with HFSS.