create#
- classmethod PadstackInstanceTerminal.create(layout, name, padstack_instance, layer, net, is_ref=False)#
Create a padstack instance terminal.
- Parameters:
- layout
Layout
Layout to create the padstack instance terminal in.
- name
str
Name of the padstack instance terminal.
- padstack_instance
PadstackInstance
Padstack instance.
- layer
Layer
orstr
Layer to place the padstack instance terminal on.
- net
Net
orstr
orNone
Net.
- is_ref
bool
, default:False
Whether the padstack instance terminal is a reference terminal.
- layout
- Returns: