SIWaveDCIRDCSettings#

class pyedb.grpc.database.simulation_setup.siwave_dc_settings.SIWaveDCIRDCSettings(pedb, dc_core: ansys.edb.core.simulation_setup.siwave_simulation_settings.SIWaveDCSettings, dcir_core: ansys.edb.core.simulation_setup.siwave_dcir_simulation_setup.SIWaveDCIRSimulationSettings)#

Bases: SIWaveDCSettings

SIWave DC settings for DCIR setups — extends base DC settings with DCIR-specific properties accessible via the parent DCIR settings core.

Overview#

dc_report_config_file

DC report configuration file path.

dc_report_show_active_devices

Whether to show active devices in the DC report.

export_dc_thermal_data

Whether to export DC thermal data.

full_dc_report_path

Full DC report path.

icepak_temp_file

Icepak temperature file path.

import_thermal_data

Whether to import thermal data.

per_pin_res_path

Per-pin resistance file path.

per_pin_use_pin_format

Whether to use pin format for per-pin resistance.

source_terms_to_ground

Source terms to ground mapping.

use_loop_res_for_per_pin

Whether to use loop resistance for per-pin resistance.

via_report_path

Via report file path.

Import detail#

from pyedb.grpc.database.simulation_setup.siwave_dc_settings import SIWaveDCIRDCSettings

Property detail#

property SIWaveDCIRDCSettings.dc_report_config_file: str#

DC report configuration file path.

property SIWaveDCIRDCSettings.dc_report_show_active_devices: bool#

Whether to show active devices in the DC report.

property SIWaveDCIRDCSettings.export_dc_thermal_data: bool#

Whether to export DC thermal data.

property SIWaveDCIRDCSettings.full_dc_report_path: str#

Full DC report path.

property SIWaveDCIRDCSettings.icepak_temp_file: str#

Icepak temperature file path.

property SIWaveDCIRDCSettings.import_thermal_data: bool#

Whether to import thermal data.

property SIWaveDCIRDCSettings.per_pin_res_path: str#

Per-pin resistance file path.

property SIWaveDCIRDCSettings.per_pin_use_pin_format: bool#

Whether to use pin format for per-pin resistance.

property SIWaveDCIRDCSettings.source_terms_to_ground: dict#

Source terms to ground mapping.

property SIWaveDCIRDCSettings.use_loop_res_for_per_pin: bool#

Whether to use loop resistance for per-pin resistance.

property SIWaveDCIRDCSettings.via_report_path: str#

Via report file path.