RaptorXSimulationSetup#

class ansys.edb.core.simulation_setup.raptor_x_simulation_setup.RaptorXSimulationSetup(msg)#

Represents RaptorX simulation setup data.

Methods

RaptorXSimulationSetup.cast()

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

RaptorXSimulationSetup.create(cell, name)

Create a RaptorX simulation setup.

Attributes

RaptorXSimulationSetup.id

int: Unique ID of the EDB object.

RaptorXSimulationSetup.is_null

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

RaptorXSimulationSetup.msg

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

RaptorXSimulationSetup.name

str: Name of simulation setup.

RaptorXSimulationSetup.position

int: Position of the simulation in the setup order.

RaptorXSimulationSetup.settings

RaptorXSimulationSettings: Simulation settings of the RaptorX simulation setup.

RaptorXSimulationSetup.sweep_data

list of SweepData: Frequency sweeps of the simulation setup.

RaptorXSimulationSetup.type

SimulationSetupType: Type of the simulation setup.