HfssExtentInfo#
- class pyedb.grpc.database.utility.hfss_extent_info.HfssExtentInfo(pedb)#
Manages EDB functionalities for HFSS extent information.
- Parameters:
- pedb
pyedb.grpc.edb.Edb Inherited EDB object.
- pedb
Overview#
Size of horizontal extent for the air box. |
|
Negative vertical extent for the air box. |
|
Negative vertical extent for the airbox. |
|
Dielectric extent size. |
|
Load HFSS extent configuration. |
|
Export HFSS extent information. |
Base polygon. |
|
Dielectric base polygon. |
|
Dielectric extent type. |
|
Extent type. |
|
Honor user dielectric. |
|
Whether visibility of the PML is enabled. |
|
Open region type. |
|
PML Operating frequency. |
|
PML Radiation level to calculate the thickness of boundary. |
|
Vertical extent of the sync air box. |
|
Truncate air box at ground. |
|
Whether using an open region is enabled. |
|
Whether using the xy data extent for vertical expansion is enabled. |
Import detail#
from pyedb.grpc.database.utility.hfss_extent_info import HfssExtentInfo
Property detail#
- property HfssExtentInfo.dielectric_extent_type: str#
Dielectric extent type.
- Returns:
strDielectric extent type.
- property HfssExtentInfo.operating_freq: float#
PML Operating frequency.
- Returns:
floatOperating frequency value.
- property HfssExtentInfo.radiation_level: float#
PML Radiation level to calculate the thickness of boundary.
- Returns:
floatBoundary thickness value.
- property HfssExtentInfo.sync_air_box_vertical_extent: bool#
Vertical extent of the sync air box.
- Returns:
- bool
Synchronise vertical extent.
- property HfssExtentInfo.truncate_air_box_at_ground: bool#
Truncate air box at ground.
- Returns:
- bool
Truncate air box at ground.
Attribute detail#
- HfssExtentInfo.extent_type_mapping#
- HfssExtentInfo.hfss_extent_type#
Method detail#
- HfssExtentInfo.get_air_box_horizontal_extent()#
Size of horizontal extent for the air box.
- Returns:
floatAir box horizontal extent value.
- HfssExtentInfo.get_air_box_positive_vertical_extent()#
Negative vertical extent for the air box.
- Returns:
floatAir box positive vertical extent value.
- HfssExtentInfo.get_air_box_negative_vertical_extent()#
Negative vertical extent for the airbox.
- Returns:
floatAir box negative vertical extent value.
- HfssExtentInfo.get_dielectric_extent()#
Dielectric extent size.
- Returns:
floatDielectric extent size value.
- HfssExtentInfo.load_config(config)#
Load HFSS extent configuration.
- Parameters:
- config: dict
Parameters of the HFSS extent information.