HFSSPISimulationSettings#

class pyedb.grpc.database.simulation_setup.hfss_pi_simulation_settings.HFSSPISimulationSettings(pedb, core: ansys.edb.core.simulation_setup.hfss_pi_simulation_settings.HFSSPISimulationSettings)#

PyEDB HFSS PI simulation setup class.

Overview#

enabled

Get or set the enabled status of the HFSS PI simulation setup.

general

Get the HFSS PI general simulation settings.

net_processing

Get the HFSS PI net processing simulation settings.

power_ground_nets

Get the HFSS PI power and ground nets simulation settings.

signal_nets

Get the HFSS PI signal nets simulation settings.

Import detail#

from pyedb.grpc.database.simulation_setup.hfss_pi_simulation_settings import HFSSPISimulationSettings

Property detail#

property HFSSPISimulationSettings.enabled: bool#

Get or set the enabled status of the HFSS PI simulation setup.

Returns:
bool

True if the simulation setup is enabled, False otherwise.

property HFSSPISimulationSettings.general: pyedb.grpc.database.simulation_setup.hfss_pi_general_settings.HFSSPIGeneralSettings#

Get the HFSS PI general simulation settings.

Returns:
HFSSPIGeneralSettings

The HFSS PI general simulation settings object.

property HFSSPISimulationSettings.net_processing: pyedb.grpc.database.simulation_setup.hfss_pi_net_processing_settings.HFSSPINetProcessingSettings#

Get the HFSS PI net processing simulation settings.

Returns:
HFSSPINetProcessingSettings

The HFSS PI net processing simulation settings object.

property HFSSPISimulationSettings.power_ground_nets: pyedb.grpc.database.simulation_setup.hfss_pi_power_ground_nets_settings.HFSSPIPowerGroundNetsSettings#

Get the HFSS PI power and ground nets simulation settings.

Returns:
HFSSPIPowerGroundNetsSettings

The HFSS PI power and ground nets simulation settings object.

property HFSSPISimulationSettings.signal_nets: pyedb.grpc.database.simulation_setup.hfss_pi_signal_nets_settings.HFSSPISignalNetsSettings#

Get the HFSS PI signal nets simulation settings.

Returns:
HFSSPISignalNetsSettings

The HFSS PI signal nets simulation settings object.

Attribute detail#

HFSSPISimulationSettings.core#