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

Compute inductance flag.

contact_radius

Contact radius value.

dc_slider_pos

DC slider position.

plot_jv

Plot JV flag.

use_dc_custom_settings

Use DC custom settings flag.

export_dc_thermal_data

Export DC thermal data flag.

import_thermal_data

Import thermal data flag.

dc_report_show_active_devices

DC report show active devices flag.

per_pin_use_pin_format

Per pin use pin format flag.

use_loop_res_for_per_pin

Use loop resistance for per pin flag.

dc_report_config_file

DC report configuration file.

full_dc_report_path

Full DC report path.

icepak_temp_file

Icepak temperature file.

per_pin_res_path

Per pin resistance path.

via_report_path

Via report path.

source_terms_to_ground

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.contact_radius: str#

Contact radius value.

Returns:
str

Contact radius.

property SIWaveDCSettings.dc_slider_pos: int#

DC slider position.

Returns:
int

DC slider position.

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:
str

DC report configuration file.

property SIWaveDCSettings.full_dc_report_path: str#

Full DC report path.

Returns:
str

Full DC report path.

property SIWaveDCSettings.icepak_temp_file: str#

Icepak temperature file.

Returns:
str

Icepak temperature file.

property SIWaveDCSettings.per_pin_res_path: bool#

Per pin resistance path.

Returns:
bool

True if per pin resistance path is enabled, False otherwise.

property SIWaveDCSettings.via_report_path: str#

Via report path.

Returns:
str

Via report path.

property SIWaveDCSettings.source_terms_to_ground: dict[str, int]#

Source terms to ground mapping.

Returns:
dict[str, int]

Source terms to ground mapping.

Attribute detail#

SIWaveDCSettings.core#