SIWaveDCIRSettings#
- class pyedb.grpc.database.simulation_setup.siwave_dcir_settings.SIWaveDCIRSettings(pedb, core)#
Overview#
DC report configuration file path. |
|
Whether to show active devices in the DC report. |
|
Whether the DC IR simulation is enabled. |
|
Whether to export DC thermal data. |
|
Full DC report path. |
|
Icepak temperature file path. |
|
Whether to import thermal data. |
|
Per-pin resistance file path. |
|
Whether to use pin format for per-pin resistance. |
|
Source terms to ground mapping. |
|
Whether to use loop resistance for per-pin resistance. |
|
Via report file path. |
Import detail#
from pyedb.grpc.database.simulation_setup.siwave_dcir_settings import SIWaveDCIRSettings
Property detail#
- property SIWaveDCIRSettings.advanced#
- property SIWaveDCIRSettings.dc#
- property SIWaveDCIRSettings.dc_advanced#
- property SIWaveDCIRSettings.general#
- property SIWaveDCIRSettings.s_parameter#
- property SIWaveDCIRSettings.dc_report_config_file: str#
DC report configuration file path.
- Returns:
- str:
file path.
- property SIWaveDCIRSettings.dc_report_show_active_devices: bool#
Whether to show active devices in the DC report.
- Returns:
- bool:
True if active devices are shown, False otherwise.
- property SIWaveDCIRSettings.enabled#
Whether the DC IR simulation is enabled.
- Returns:
- bool:
True if enabled, False otherwise.
- property SIWaveDCIRSettings.export_dc_thermal_data: bool#
Whether to export DC thermal data.
- Returns:
- bool:
True if DC thermal data is exported, False otherwise.
- property SIWaveDCIRSettings.icepak_temp_file: str#
Icepak temperature file path.
- Returns:
- str:
file path.
- property SIWaveDCIRSettings.import_thermal_data: bool#
Whether to import thermal data.
- Returns:
- bool:
True if thermal data is imported, False otherwise.
- property SIWaveDCIRSettings.per_pin_res_path: str#
Per-pin resistance file path.
- Returns:
- str:
file path.
- property SIWaveDCIRSettings.per_pin_use_pin_format: bool#
Whether to use pin format for per-pin resistance.
- Returns:
- bool:
True if pin format is used, False otherwise.
Attribute detail#
- SIWaveDCIRSettings.core#