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#
Get or set the DC behavior for S-Parameter simulation. |
|
Get or set the S-Parameter extrapolation method. |
|
Get or set the S-Parameter interpolation method. |
|
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:
strThe DC behavior as a string.
- property SIWaveSParameterSettings.extrapolation: str#
Get or set the S-Parameter extrapolation method.
- Returns:
strThe S-Parameter extrapolation method as a string.
Attribute detail#
- SIWaveSParameterSettings.core#