HFSSPIGeneralSettings#

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

PyEDB HFSS PI general settings class.

Overview#

mesh_region_name

Mesh region name.

model_type

Model type.

use_auto_mesh_region

Flag indicating if auto mesh regions are used.

use_mesh_region

Flag indicating if mesh region is used.

Import detail#

from pyedb.grpc.database.simulation_setup.hfss_pi_general_settings import HFSSPIGeneralSettings

Property detail#

property HFSSPIGeneralSettings.mesh_region_name: str#

Mesh region name.

Returns:
str

Mesh region name.

property HFSSPIGeneralSettings.model_type: str#

Model type.

Returns:
str

Model type, possible values are “pcb”, “rdl”, and “package”.

property HFSSPIGeneralSettings.use_auto_mesh_region: bool#

Flag indicating if auto mesh regions are used.

Returns:
bool

True if auto mesh region is used, False otherwise.

property HFSSPIGeneralSettings.use_mesh_region: bool#

Flag indicating if mesh region is used.

Returns:
bool

True if mesh region is used, False otherwise.

Attribute detail#

HFSSPIGeneralSettings.core#