AdvancedSettings#

class pyedb.dotnet.edb_core.sim_setup_data.io.siwave.AdvancedSettings(parent)[source]#

Methods

Attributes

AdvancedSettings.automatic_mesh

Whether to automatically pick a suitable mesh refinement frequency, depending on drawing size, number of modes, and/or maximum sweep frequency.

AdvancedSettings.ignore_non_functional_pads

Exclude non-functional pads.

AdvancedSettings.include_coplane_coupling

Whether to enable coupling between traces and adjacent plane edges.

AdvancedSettings.include_fringe_coupling

Whether to include the effect of fringe field coupling between stacked cavities.

AdvancedSettings.include_infinite_ground

Whether to Include a ground plane to serve as a voltage reference for traces and planes if they are not defined in the layout.

AdvancedSettings.include_inter_plane_coupling

Whether to turn on InterPlane Coupling.

AdvancedSettings.include_split_plane_coupling

Whether to account for coupling between adjacent parallel plane edges.

AdvancedSettings.include_trace_coupling

Whether to model coupling between adjacent traces.

AdvancedSettings.include_vi_sources

Whether to include the effect of parasitic elements from voltage and current sources.

AdvancedSettings.infinite_ground_location

Elevation of the infinite unconnected ground plane placed under the design.

AdvancedSettings.max_coupled_lines

Maximum number of coupled lines to build the new coupled transmission line model.

AdvancedSettings.mesh_frequency

Mesh size based on the effective wavelength at the specified frequency.

AdvancedSettings.min_pad_area_to_mesh

Minimum void pad area to mesh to include.

AdvancedSettings.min_plane_area_to_mesh

Minimum plane area to mesh to include.

AdvancedSettings.min_void_area

Minimum void area to include.

AdvancedSettings.perform_erc

Whether to perform an electrical rule check while generating the solver input.

AdvancedSettings.return_current_distribution

Whether to enable the return current distribution.

AdvancedSettings.sim_setup_info

EDB internal simulation setup object.

AdvancedSettings.snap_length_threshold

Snapping length threshold.

AdvancedSettings.xtalk_threshold

XTalk threshold.