HFSSPISimulationSetup#

class ansys.edb.core.simulation_setup.hfss_pi_simulation_setup.HFSSPISimulationSetup(msg)#

Represents HFSSPI simulation setup data.

Methods

HFSSPISimulationSetup.cast()

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

HFSSPISimulationSetup.create(cell, name)

Create a HFSSPI simulation setup.

Attributes

HFSSPISimulationSetup.id

int: Unique ID of the EDB object.

HFSSPISimulationSetup.is_null

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

HFSSPISimulationSetup.msg

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

HFSSPISimulationSetup.name

str: Name of simulation setup.

HFSSPISimulationSetup.position

int: Position of the simulation in the setup order.

HFSSPISimulationSetup.settings

HFSSPISimulationSettings: Simulation settings of the HFSSPI simulation setup.

HFSSPISimulationSetup.sweep_data

list of SweepData: Frequency sweeps of the simulation setup.

HFSSPISimulationSetup.type

SimulationSetupType: Type of the simulation setup.