SIWaveSimulationSetup#

class ansys.edb.core.simulation_setup.siwave_simulation_setup.SIWaveSimulationSetup(msg)#

Represents SIWave simulation setup data.

Methods

SIWaveSimulationSetup.cast()

Cast the base SimulationSetup object to correct subclass, if possible.

SIWaveSimulationSetup.create(cell, name)

Create a SIWave simulationsetup.

Attributes

SIWaveSimulationSetup.id

int: Unique ID of the EDB object.

SIWaveSimulationSetup.is_null

bool: Flag indicating if the object exists in the database.

SIWaveSimulationSetup.msg

EDBObjMessage: Protobuf message that represents the object's ID.

SIWaveSimulationSetup.name

str: Name of simulation setup.

SIWaveSimulationSetup.position

int: Position of the simulation in the setup order.

SIWaveSimulationSetup.settings

SIWaveSimulationSettings: Simulation settings of the SIWave simulation setup.

SIWaveSimulationSetup.sweep_data

list of SweepData: Frequency sweeps of the simulation setup.

SIWaveSimulationSetup.type

SimulationSetupType: Type of the simulation setup.