Q3DSimulationSetup#

class ansys.edb.core.simulation_setup.q3d_simulation_setup.Q3DSimulationSetup(msg)#

Represents Q3D simulation setup data.

Methods

Q3DSimulationSetup.cast()

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

Q3DSimulationSetup.create(cell, name)

Create a Q3D simulation setup.

Attributes

Q3DSimulationSetup.id

int: Unique ID of the EDB object.

Q3DSimulationSetup.is_null

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

Q3DSimulationSetup.msg

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

Q3DSimulationSetup.name

str: Name of simulation setup.

Q3DSimulationSetup.position

int: Position of the simulation in the setup order.

Q3DSimulationSetup.settings

Q3DSimulationSettings: Simulation settings of the Q3D simulation setup.

Q3DSimulationSetup.sweep_data

list of SweepData: Frequency sweeps of the simulation setup.

Q3DSimulationSetup.type

SimulationSetupType: Type of the simulation setup.