Settings#
- class pyedb.dotnet.database.utilities.siwave_simulation_setup.Settings(parent, sim_setup_info)#
Bases:
pyedb.dotnet.database.utilities.simulation_setup.SimulationSetup,pyedb.dotnet.database.sim_setup_data.data.siw_dc_ir_settings.SiwaveDCIRSettingsClass to manage global settings for the Siwave simulation setup module. Added to be compliant with ansys-edbe-core settings structure.
Overview#
Add a source terminal to ground. |
Path to the DC report configuration file. |
|
Flag to show active devices in the DC report. |
|
Flag indicating if the setup is enabled. |
|
Flag to export DC thermal data. |
|
Full path to the DC report. |
|
Path to the Icepak temporary file. |
|
Flag to import thermal data. |
|
S-parameter settings. |
|
Dictionary of grounded terminals. |
|
Flag to use loop resistance for per-pin calculations. |
|
Path to the via report. |
Import detail#
from pyedb.dotnet.database.utilities.siwave_simulation_setup import Settings
Property detail#
- property Settings.advanced#
- property Settings.dc#
- property Settings.dc_advanced#
- property Settings.general#
- property Settings.dc_report_show_active_devices: bool#
Flag to show active devices in the DC report.
- property Settings.s_parameter: SIwaveSParameterSettings#
S-parameter settings.
- property Settings.source_terms_to_ground: dict[str, int]#
Dictionary of grounded terminals.
- Returns:
Dictionary{str, int}, keys is source name, value int 0 unspecified, 1 negative node, 2 positive one.
- property Settings.use_loop_res_for_per_pin#
Flag to use loop resistance for per-pin calculations.