SiwaveSYZSimulationSetup#

class pyaedt.edb_core.edb_data.siwave_simulation_setup_data.SiwaveSYZSimulationSetup(edb, name=None, edb_siwave_sim_setup=None)[source]#

Manages EDB methods for HFSS simulation setup.

Methods

SiwaveSYZSimulationSetup.add_frequency_sweep([...])

Add frequency sweep.

Attributes

SiwaveSYZSimulationSetup.automatic_mesh

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

SiwaveSYZSimulationSetup.dc_settings

Siwave DC settings.

SiwaveSYZSimulationSetup.edb_sim_setup_info

EDB internal simulation setup object.

SiwaveSYZSimulationSetup.enabled

Whether the setup is enabled.

SiwaveSYZSimulationSetup.frequency_sweeps

Get frequency sweep list.

SiwaveSYZSimulationSetup.ignore_non_functional_pads

Exclude non-functional pads.

SiwaveSYZSimulationSetup.include_coplane_coupling

Whether to enable coupling between traces and adjacent plane edges.

SiwaveSYZSimulationSetup.include_fringe_coupling

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

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

SiwaveSYZSimulationSetup.include_inter_plane_coupling

Whether to turn on InterPlane Coupling.

SiwaveSYZSimulationSetup.include_split_plane_coupling

Whether to account for coupling between adjacent parallel plane edges.

SiwaveSYZSimulationSetup.include_trace_coupling

Whether to model coupling between adjacent traces.

SiwaveSYZSimulationSetup.include_vi_sources

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

SiwaveSYZSimulationSetup.infinite_ground_location

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

SiwaveSYZSimulationSetup.max_coupled_lines

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

SiwaveSYZSimulationSetup.mesh_frequency

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

SiwaveSYZSimulationSetup.min_pad_area_to_mesh

Minimum void pad area to mesh to include.

SiwaveSYZSimulationSetup.min_plane_area_to_mesh

Minimum plane area to mesh to include.

SiwaveSYZSimulationSetup.min_void_area

Minimum void area to include.

SiwaveSYZSimulationSetup.name

Setup name.

SiwaveSYZSimulationSetup.perform_erc

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

SiwaveSYZSimulationSetup.pi_slider_postion

PI solider position.

SiwaveSYZSimulationSetup.return_current_distribution

Whether to enable the return current distribution.

SiwaveSYZSimulationSetup.si_slider_postion

SI solider position.

SiwaveSYZSimulationSetup.sim_setup_info

EDB internal simulation setup object.

SiwaveSYZSimulationSetup.snap_length_threshold

Snapping length threshold.

SiwaveSYZSimulationSetup.use_custom_settings

Whether to use custom settings.

SiwaveSYZSimulationSetup.use_si_settings

Whether to use SI Settings.

SiwaveSYZSimulationSetup.xtalk_threshold

XTalk threshold.