create_port#
- EDBPadstackInstance.create_port(name=None, reference=None, is_circuit_port=False)[source]#
Create a port on the padstack.
- Parameters:
- name
str
,optional
Name of the port. The default is
None
, in which case a name is automatically assigned.- referenceclass:pyedb.dotnet.edb_core.edb_data.nets_data.EDBNetsData, class:pyedb.dotnet.edb_core.edb_data.padstacks_data.EDBPadstackInstance, class:pyedb.dotnet.edb_core.edb_data.sources.PinGroup, optional
Negative terminal of the port.
- is_circuit_portbool,
optional
Whether it is a circuit port.
- name