CfgPinGroupTerminal#

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

Bases: CfgTerminal

Represent a terminal created from a named pin group.

Overview#

Import detail#

from pyedb.configuration.cfg_terminals import CfgPinGroupTerminal

Attribute detail#

CfgPinGroupTerminal.terminal_type: str = 'pin_group'#
CfgPinGroupTerminal.is_circuit_port: bool = True#
CfgPinGroupTerminal.hfss_type: Literal['Wave', 'Gap', None] = None#
CfgPinGroupTerminal.pin_group: str#