HfssSimulationSetup#

class ansys.edb.core.simulation_setup.hfss_simulation_setup.HfssSimulationSetup(msg)#

Represents HFSS simulation setup data.

Methods

HfssSimulationSetup.cast()

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

HfssSimulationSetup.create(cell, name)

Create an HFSS simulation setup.

Attributes

HfssSimulationSetup.id

int: Unique ID of the EDB object.

HfssSimulationSetup.is_null

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

HfssSimulationSetup.mesh_operations

list of MeshOperation: Mesh operations of the HFSS simulation setup.

HfssSimulationSetup.msg

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

HfssSimulationSetup.name

str: Name of simulation setup.

HfssSimulationSetup.position

int: Position of the simulation in the setup order.

HfssSimulationSetup.settings

HfssSimulationSettings: Simulation settings of the HFSS simulation setup.

HfssSimulationSetup.sweep_data

list of SweepData: Frequency sweeps of the simulation setup.

HfssSimulationSetup.type

SimulationSetupType: Type of the simulation setup.