HFSSPISignalNetsSettings#

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

PyEDB HFSS PI signal nets settings class.

Overview#

conductor_modeling

Get the conductor modeling method.

error_tolerance

Get the error tolerance.

include_improved_dielectric_fill_refinement

Get the flag for improved dielectric fill refinement.

include_improved_loss_handling

Get the flag for improved loss handling.

Import detail#

from pyedb.grpc.database.simulation_setup.hfss_pi_signal_nets_settings import HFSSPISignalNetsSettings

Property detail#

property HFSSPISignalNetsSettings.conductor_modeling: str#

Get the conductor modeling method.

Returns:
str

The conductor modeling method. Accepted values are ‘mesh_inside’ and ‘impedance_boundary’.

property HFSSPISignalNetsSettings.error_tolerance: str#

Get the error tolerance.

Returns:
str

The error tolerance. Values are et_0_0, et_0_02, et_0_04, et_0_06, et_0_08, et_0_1 et_0_2, et_0_5, et_1_0.

property HFSSPISignalNetsSettings.include_improved_dielectric_fill_refinement: bool#

Get the flag for improved dielectric fill refinement.

Returns:
bool

True if improved dielectric fill refinement is included, False otherwise.

property HFSSPISignalNetsSettings.include_improved_loss_handling: bool#

Get the flag for improved loss handling.

Returns:
bool

True if improved loss handling is included, False otherwise.

Attribute detail#

HFSSPISignalNetsSettings.core#