DeprecatedSettings#
- class pyedb.dotnet.database.utilities.siwave_simulation_setup.DeprecatedSettings#
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. |
|
Icepak temporary file name. |
|
Flag to import thermal data. |
|
Path to the per-pin resistance data. |
|
S-parameter settings. |
|
Dictionary of grounded terminals. |
|
Flag to use loop resistance for per-pin calculations. |
|
Flag to use pin format for per-pin calculations. |
|
Path to the via report. |
Import detail#
from pyedb.dotnet.database.utilities.siwave_simulation_setup import DeprecatedSettings
Property detail#
- property DeprecatedSettings.dc_report_show_active_devices: bool#
Flag to show active devices in the DC report.
- property DeprecatedSettings.icepak_temp_file#
Icepak temporary file name.
- property DeprecatedSettings.per_pin_res_path#
Path to the per-pin resistance data.
- property DeprecatedSettings.s_parameter: pyedb.dotnet.database.sim_setup_data.data.siwave.SIwaveSParameterSettings#
S-parameter settings.
- property DeprecatedSettings.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 DeprecatedSettings.use_loop_res_for_per_pin#
Flag to use loop resistance for per-pin calculations.
- property DeprecatedSettings.per_pin_use_pin_format#
Flag to use pin format for per-pin calculations. .. deprecated:: 0.68.2
Use :property:`settings.dc.per_pin_use_pin_format` property instead.