PinGroupTerminal#
- class pyedb.grpc.database.terminal.pingroup_terminal.PinGroupTerminal(pedb, core)#
Bases:
pyedb.grpc.database.terminal.terminal.TerminalManages pin group terminal properties.
Overview#
Create a pin group terminal. |
Terminal net. |
|
Pingroup. |
|
Check if the terminal is a reference terminal. |
Import detail#
from pyedb.grpc.database.terminal.pingroup_terminal import PinGroupTerminal
Property detail#
- property PinGroupTerminal.net: pyedb.grpc.database.net.net.Net#
Terminal net.
- Returns:
NetTerminal Net object.
Method detail#
- classmethod PinGroupTerminal.create(layout, name, pin_group, net=None, is_ref=False)#
Create a pin group terminal. Parameters ———- layout :
LayoutLayout to create the pin group terminal in.
- name
str Name of the pin group terminal.
- pin_group
PinGroup Pin group.
- net
Netorstr, optional Net.
- is_ref
bool, default: False Whether the pin group terminal is a reference terminal.
Returns#
PinGroupTerminal
- name