SIWaveGeneralSettings#

class pyedb.grpc.database.simulation_setup.siwave_general_settings.SIWaveGeneralSettings(pedb, core: ansys.edb.core.simulation_setup.siwave_simulation_settings.SIWaveGeneralSettings)#

Overview#

pi_slider_pos

Position of the PI slider.

si_slider_pos

Position of the SI slider.

use_custom_settings

Flag to indicate if custom settings are used.

use_si_settings

Flag to indicate if SI settings are used.

Import detail#

from pyedb.grpc.database.simulation_setup.siwave_general_settings import SIWaveGeneralSettings

Property detail#

property SIWaveGeneralSettings.pi_slider_pos: int#

Position of the PI slider.

Returns:
int

Position value.

property SIWaveGeneralSettings.si_slider_pos: int#

Position of the SI slider.

Returns:
int

Position value.

property SIWaveGeneralSettings.use_custom_settings: bool#

Flag to indicate if custom settings are used.

Returns:
bool

True if custom settings are used, False otherwise.

property SIWaveGeneralSettings.use_si_settings: bool#

Flag to indicate if SI settings are used.

Returns:
bool

True if SI settings are used, False otherwise.

Attribute detail#

SIWaveGeneralSettings.core#