SIWaveDCSettings#
- class pyedb.grpc.database.simulation_setup.siwave_dc_settings.SIWaveDCSettings(pedb, core: ansys.edb.core.simulation_setup.siwave_simulation_settings.SIWaveDCSettings)#
Overview#
Compute inductance flag. |
|
Contact radius value. |
|
DC slider position. |
|
Plot JV flag. |
|
Use DC custom settings flag. |
|
Export DC thermal data flag. |
|
Import thermal data flag. |
|
DC report show active devices flag. |
|
Per pin use pin format flag. |
|
Use loop resistance for per pin flag. |
|
DC report configuration file. |
|
Full DC report path. |
|
Icepak temperature file. |
|
Per pin resistance path. |
|
Via report path. |
|
Source terms to ground mapping. |
Import detail#
from pyedb.grpc.database.simulation_setup.siwave_dc_settings import SIWaveDCSettings
Property detail#
- property SIWaveDCSettings.compute_inductance: bool#
Compute inductance flag.
- Returns:
- bool
True if compute inductance is enabled, False otherwise.
- property SIWaveDCSettings.plot_jv: bool#
Plot JV flag.
- Returns:
- bool
True if plot JV is enabled, False otherwise.
- property SIWaveDCSettings.use_dc_custom_settings: bool#
Use DC custom settings flag.
- Returns:
- bool
True if DC custom settings are used, False otherwise.
- property SIWaveDCSettings.export_dc_thermal_data: bool#
Export DC thermal data flag.
- Returns:
- bool
True if export DC thermal data is enabled, False otherwise.
- property SIWaveDCSettings.import_thermal_data: bool#
Import thermal data flag.
- Returns:
- bool
True if import thermal data is enabled, False otherwise.
- property SIWaveDCSettings.dc_report_show_active_devices: bool#
DC report show active devices flag.
- Returns:
- bool
True if DC report show active devices is enabled, False otherwise.
- property SIWaveDCSettings.per_pin_use_pin_format: bool#
Per pin use pin format flag.
- Returns:
- bool
True if per pin use pin format is enabled, False otherwise.
- property SIWaveDCSettings.use_loop_res_for_per_pin: bool#
Use loop resistance for per pin flag.
- Returns:
- bool
True if use loop resistance for per pin is enabled, False otherwise.
- property SIWaveDCSettings.dc_report_config_file: str#
DC report configuration file.
- Returns:
strDC report configuration file.
- property SIWaveDCSettings.full_dc_report_path: str#
Full DC report path.
- Returns:
strFull DC report path.
- property SIWaveDCSettings.icepak_temp_file: str#
Icepak temperature file.
- Returns:
strIcepak temperature file.
Attribute detail#
- SIWaveDCSettings.core#