HFSSPINetProcessingSettings#
- class pyedb.grpc.database.simulation_setup.hfss_pi_net_processing_settings.HFSSPINetProcessingSettings(pedb, core: ansys.edb.core.simulation_setup.hfss_pi_simulation_settings.HFSSPINetProcessingSettings)#
PyEDB HFSS PI net processing settings class.
Overview#
Flag indicating whether to automatically select nets for simulation. |
|
Flag indicating whether to ignore dummy nets for selected nets. |
|
List of nets to include in the simulation. |
Import detail#
from pyedb.grpc.database.simulation_setup.hfss_pi_net_processing_settings import HFSSPINetProcessingSettings
Property detail#
- property HFSSPINetProcessingSettings.auto_select_nets_for_simulation: bool#
Flag indicating whether to automatically select nets for simulation.
- Returns:
- bool
True if auto select nets for simulation is enabled, False otherwise.
Attribute detail#
- HFSSPINetProcessingSettings.core#