DCSettings#

class pyedb.dotnet.database.sim_setup_data.io.siwave.DCSettings(parent)#

Bases: SettingsBase

Provide base settings.

Overview#

compute_inductance

Whether to compute Inductance.

contact_radius

Circuit element contact radius.

dc_slider_position

DC simulation accuracy level slider position. This property only change slider position.

use_dc_custom_settings

Whether to use DC custom settings.

plot_jv

Plot current and voltage distributions.

Import detail#

from pyedb.dotnet.database.sim_setup_data.io.siwave import DCSettings

Property detail#

property DCSettings.compute_inductance#

Whether to compute Inductance.

Returns:
bool

True if inductances will be computed, False otherwise.

property DCSettings.contact_radius#

Circuit element contact radius.

Returns:
str
property DCSettings.dc_slider_position#

DC simulation accuracy level slider position. This property only change slider position. Options: 0- optimal speed 1- balanced 2- optimal accuracy.

property DCSettings.use_dc_custom_settings#

Whether to use DC custom settings. This setting is automatically enabled by other properties when needed.

Returns:
bool

True if custom dc settings are used, False otherwise.

property DCSettings.plot_jv#

Plot current and voltage distributions.

Returns:
bool

True if plot JV is used, False otherwise.

Attribute detail#

DCSettings.defaults#
DCSettings.dc_defaults#