SimulationSetup#

class ansys.edb.core.simulation_setup.simulation_setup.SimulationSetup(msg)#

Class representing base simulation setup data.

Methods

SimulationSetup.cast()

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

Attributes

SimulationSetup.id

int: Unique ID of the EDB object.

SimulationSetup.is_null

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

SimulationSetup.msg

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

SimulationSetup.name

str: Name of simulation setup.

SimulationSetup.position

int: Position of the simulation in the setup order.

SimulationSetup.sweep_data

list of SweepData: Frequency sweeps of the simulation setup.

SimulationSetup.type

SimulationSetupType: Type of the simulation setup.