create#

classmethod PinGroupTerminal.create(layout, name, pin_group, net, is_ref=False)#

Create a pin group terminal.

Parameters:
layoutLayout

Layout to create the pin group terminal in.

netNet or str or None

Net reference.

namestr

Name of the pin group terminal.

pin_groupPinGroup

Pin group.

is_refbool, default: False

Whether the pin group terminal is a reference terminal.

Returns:
PinGroupTerminal