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#
Flag indicating whether to include enhanced bondwire modeling. |
|
(General Mode Only) The minimum plane area to mesh. |
|
(General Mode Only) The minimum void area to mesh. |
|
Get the model type. |
|
(General Mode Only) Flag indicating whether to perform error checking while generating the solver input file. |
|
The RMS surface roughness. |
|
Get the simulation preference. |
|
(General Mode Only) The snap length threshold. |
|
Get the surface roughness model. |
Import detail#
from pyedb.grpc.database.simulation_setup.hfss_pi_general_settings import HFSSPIGeneralSettings
Property detail#
- property HFSSPIGeneralSettings.include_enhanced_bondwire_modeling: bool#
Flag indicating whether to include enhanced bondwire modeling.
- Returns:
- bool
True if include enhanced bondwire modeling is enabled, False otherwise.
- property HFSSPIGeneralSettings.min_plane_area_to_mesh: str#
(General Mode Only) The minimum plane area to mesh.
- Returns:
strMinimum plane area to mesh as a string with units (e.g., “0.1mm2”).
- property HFSSPIGeneralSettings.min_void_area_to_mesh: str#
(General Mode Only) The minimum void area to mesh.
- Returns:
strMinimum void area to mesh as a string with units (e.g., “0.1mm2”).
- property HFSSPIGeneralSettings.perform_erc: bool#
(General Mode Only) Flag indicating whether to perform error checking while generating the solver input file.
- Returns:
- bool
True if perform ERC is enabled, False otherwise.
- property HFSSPIGeneralSettings.rms_surface_roughness: str#
The RMS surface roughness.
- Returns:
strRMS surface roughness as a string with units (e.g., “0.5um”).
- property HFSSPIGeneralSettings.simulation_preference: str#
Get the simulation preference.
- Returns:
strThe simulation preference.
Attribute detail#
- HFSSPIGeneralSettings.core#