CfgPointTerminal#

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

Bases: CfgTerminal

Represent a terminal placed at explicit XY coordinates.

Overview#

Import detail#

from pyedb.configuration.cfg_terminals import CfgPointTerminal

Attribute detail#

CfgPointTerminal.terminal_type: str = 'point'#
CfgPointTerminal.is_circuit_port: bool = True#
CfgPointTerminal.hfss_type: Literal['Wave', 'Gap', None] = None#
CfgPointTerminal.x: float | int | str#
CfgPointTerminal.y: float | int | str#
CfgPointTerminal.layer: str#
CfgPointTerminal.net: str#