SIWaveSParameterSettings#

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

SIWave S-Parameter simulation settings class.

Overview#

dc_behavior

Get or set the DC behavior for S-Parameter simulation.

extrapolation

Get or set the S-Parameter extrapolation method.

interpolation

Get or set the S-Parameter interpolation method.

use_state_space

Get or set whether to use state space representation.

Import detail#

from pyedb.grpc.database.simulation_setup.siwave_s_parameter_settings import SIWaveSParameterSettings

Property detail#

property SIWaveSParameterSettings.dc_behavior: str#

Get or set the DC behavior for S-Parameter simulation.

Returns:
str

The DC behavior as a string.

property SIWaveSParameterSettings.extrapolation: str#

Get or set the S-Parameter extrapolation method.

Returns:
str

The S-Parameter extrapolation method as a string.

property SIWaveSParameterSettings.interpolation: str#

Get or set the S-Parameter interpolation method.

Returns:
str

The S-Parameter interpolation method as a string.

property SIWaveSParameterSettings.use_state_space: bool#

Get or set whether to use state space representation.

Returns:
bool

True if state space representation is used, False otherwise.

Attribute detail#

SIWaveSParameterSettings.core#