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_position

DC slider position.

plot_jv

Plot JV flag.

use_dc_custom_settings

Use DC custom settings flag.

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_position: 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.

Attribute detail#

SIWaveDCSettings.core#