CfgEdgeTerminal#

class pyedb.configuration.cfg_terminals.CfgEdgeTerminal(/, **data: Any)#

Bases: CfgTerminal

Represent a terminal attached to a primitive edge.

Overview#

Import detail#

from pyedb.configuration.cfg_terminals import CfgEdgeTerminal

Attribute detail#

CfgEdgeTerminal.terminal_type: str = 'edge'#
CfgEdgeTerminal.name: str#
CfgEdgeTerminal.primitive: str#
CfgEdgeTerminal.point_on_edge_x: float | int | str#
CfgEdgeTerminal.point_on_edge_y: float | int | str#
CfgEdgeTerminal.horizontal_extent_factor: int | str = 6#
CfgEdgeTerminal.vertical_extent_factor: int | str = 8#
CfgEdgeTerminal.pec_launch_width: int | str = '0.02mm'#
CfgEdgeTerminal.hfss_type: Literal['Wave', 'Gap', None] = 'Wave'#