Inherits: PartPin < DesignItem < ScriptObject
A part pin contains information about a connection point on a Part.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| LogicName | str | Yes/Yes | The logic name of this pin. |
| Name | str | Yes/Yes | The name of this pin. |
| PcbPinName | str | Yes/Yes | The PCB footprint pin number. |
| PinNetworkName | str | Yes/Yes | The name of the attached pin network. |
| ScmPinName | str | Yes/Yes | The Schematic symbol terminal number. |
| SignalName | str | Yes/Yes | The predefined net name. |
| SwapGroup | int | Yes/Yes | The swap group of this pin. |
Property Details
LogicName
Type: str
The logic name of this pin.
Name
Type: str
The name of this pin.
PcbPinName
Type: str
The PCB footprint pin number.
PinNetworkName
Type: str
The name of the attached pin network.
ScmPinName
Type: str
The Schematic symbol terminal number.
SignalName
Type: str
The predefined net name.
SwapGroup
Type: int
The swap group of this pin.