HfssSimulationSetup#
- class ansys.edb.core.simulation_setup.hfss_simulation_setup.HfssSimulationSetup(msg)#
Represents HFSS simulation setup data.
Methods
Cast the base SimulationSetup object to correct subclass, if possible.
HfssSimulationSetup.create
(cell, name)Create an HFSS simulation setup.
Attributes
int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.list
ofMeshOperation
: Mesh operations of the HFSS simulation setup.EDBObjMessage
: Protobuf message that represents the object's ID.str
: Name of simulation setup.int
: Position of the simulation in the setup order.HfssSimulationSettings
: Simulation settings of the HFSS simulation setup.list
ofSweepData
: Frequency sweeps of the simulation setup.SimulationSetupType
: Type of the simulation setup.