PinGroupTerminal#

class pyedb.dotnet.database.cell.terminal.pingroup_terminal.PinGroupTerminal(pedb, edb_object=None)#

Bases: pyedb.dotnet.database.cell.terminal.terminal.Terminal

Manages pin group terminal properties.

Overview#

create

Create a pin group terminal.

pin_group

Gets the pin group the terminal refers to.

Import detail#

from pyedb.dotnet.database.cell.terminal.pingroup_terminal import PinGroupTerminal

Method detail#

PinGroupTerminal.create(name, net_name, pin_group_name, is_ref=False)#

Create a pin group terminal.

Parameters:
namestr

Name of the terminal.

net_namestr

Name of the net.

pin_group_namestr,

Name of the pin group.

is_refbool, optional

Whether it is a reference terminal. The default is False.

Returns:
pyedb.dotnet.database.edb_data.terminals.PinGroupTerminal
PinGroupTerminal.pin_group()#

Gets the pin group the terminal refers to.