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. |
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.dc_slider_position: int#
DC slider position.
- Returns:
intDC slider position.
Attribute detail#
- SIWaveDCSettings.core#