HFSSProductProperty#
- class pyedb.grpc.database.inner.layout_obj.HFSSProductProperty#
Represents the HFSS product properties.
This class encapsulates configuration settings for HFSS simulations, including port type, orientation, layer alignment, and extent factors for various dimensions.
- Attributes:
- hfss_type
str The type of HFSS port (e.g., “Gap”, “Wave(coax)”). Default is “Gap”.
- orientation
str The orientation of the port (e.g., “Horizontal”, “Vertical”). Default is “”.
- layer_alignment
str The layer alignment setting (e.g., “Upper”, “Lower”). Default is “”.
- horizontal_extent_factor
float|int Horizontal extent factor for the port. Default is 0.0.
- vertical_extent_factor
float|int Vertical extent factor for the port. Default is 0.0.
- radial_extent_factor
float|int Radial extent factor for the port. Default is 0.0.
- pec_launch_width
str PEC (Perfect Electric Conductor) launch width. Default is “10um”.
- reference_name
str Reference name for the port. Default is “”.
- hfss_type
Overview#
Convert HFSSProductProperty instance into an HFSS configuration string. |
Import detail#
from pyedb.grpc.database.inner.layout_obj import HFSSProductProperty