HfssExtentInfo#

class pyedb.dotnet.database.edb_data.hfss_extent_info.HfssExtentInfo(pedb)#

Manages EDB functionalities for HFSS extent information.

Parameters:
pedbpyedb.edb.Edb

Inherited EDB object.

Methods

HfssExtentInfo.export_config()

Export HFSS extent information.

HfssExtentInfo.load_config(config)

Load HFSS extent configuration.

Attributes

HfssExtentInfo.air_box_horizontal_extent

Size of horizontal extent for the air box.

HfssExtentInfo.air_box_horizontal_extent_enabled

Whether horizontal extent is enabled for the airbox.

HfssExtentInfo.air_box_negative_vertical_extent

Negative vertical extent for the airbox.

HfssExtentInfo.air_box_negative_vertical_extent_enabled

Whether negative vertical extent is enabled for the air box.

HfssExtentInfo.air_box_positive_vertical_extent

Negative vertical extent for the air box.

HfssExtentInfo.air_box_positive_vertical_extent_enabled

Whether positive vertical extent is enabled for the air box.

HfssExtentInfo.base_polygon

Base polygon.

HfssExtentInfo.dielectric_base_polygon

Dielectric base polygon.

HfssExtentInfo.dielectric_extent_size

Dielectric extent size.

HfssExtentInfo.dielectric_extent_size_enabled

Whether dielectric extent size is enabled.

HfssExtentInfo.dielectric_extent_type

Dielectric extent type.

HfssExtentInfo.extent_type

Extent type.

HfssExtentInfo.honor_user_dielectric

Honor user dielectric.

HfssExtentInfo.is_pml_visible

Whether visibility of the PML is enabled.

HfssExtentInfo.open_region_type

Open region type.

HfssExtentInfo.operating_freq

PML Operating frequency.

HfssExtentInfo.radiation_level

PML Radiation level to calculate the thickness of boundary.

HfssExtentInfo.sync_air_box_vertical_extent

Vertical extent of the sync air box.

HfssExtentInfo.truncate_air_box_at_ground

Truncate air box at ground.

HfssExtentInfo.use_open_region

Whether using an open region is enabled.

HfssExtentInfo.use_xy_data_extent_for_vertical_expansion

Whether using the xy data extent for vertical expansion is enabled.