SIWaveDCIRSimulationSetup#

class ansys.edb.core.simulation_setup.siwave_dcir_simulation_setup.SIWaveDCIRSimulationSetup(msg)#

Represents SIWave DCIR simulation setup data.

Methods

SIWaveDCIRSimulationSetup.cast()

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

SIWaveDCIRSimulationSetup.create(cell, name)

Create a SIWave DCIR simulation setup.

Attributes

SIWaveDCIRSimulationSetup.id

int: Unique ID of the EDB object.

SIWaveDCIRSimulationSetup.is_null

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

SIWaveDCIRSimulationSetup.msg

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

SIWaveDCIRSimulationSetup.name

str: Name of simulation setup.

SIWaveDCIRSimulationSetup.position

int: Position of the simulation in the setup order.

SIWaveDCIRSimulationSetup.settings

SIWaveSimulationSettings: Simulation settings of the simulation setup.

SIWaveDCIRSimulationSetup.sweep_data

list of SweepData: Frequency sweeps of the simulation setup.

SIWaveDCIRSimulationSetup.type

SimulationSetupType: Type of the simulation setup.