SIWavePSISimulationSetup#

class ansys.edb.core.simulation_setup.siwave_psi_simulation_setup.SIWavePSISimulationSetup(msg)#

Represents SIWavePSI simulation setup data.

Methods

SIWavePSISimulationSetup.cast()

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

SIWavePSISimulationSetup.create(cell, name)

Create a SIWavePSI simulation setup.

Attributes

SIWavePSISimulationSetup.id

int: Unique ID of the EDB object.

SIWavePSISimulationSetup.is_null

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

SIWavePSISimulationSetup.msg

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

SIWavePSISimulationSetup.name

str: Name of simulation setup.

SIWavePSISimulationSetup.position

int: Position of the simulation in the setup order.

SIWavePSISimulationSetup.settings

SIWavePSISimulationSettings: Simulation settings of the SIWavePSI simulation setup.

SIWavePSISimulationSetup.sweep_data

list of SweepData: Frequency sweeps of the simulation setup.

SIWavePSISimulationSetup.type

SimulationSetupType: Type of the simulation setup.