Inherits: Pad < ConnectPoint < Node < DesignItem < ScriptObject
Inherited by: BondPad
A pad is an electrical connection point.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| IsComponentPad | bool | Yes/No | Whether this pad belongs to a component (i.e. is a pin on a component). |
| IsConnectorPin | bool | Yes/No | Whether this pad is a connector pin. |
| IsDiePad | bool | Yes/No | Whether this is a die pad. |
| IsDocSymPad | bool | Yes/No | Whether this is a pad on a documentation symbol. |
Property Details
IsComponentPad
Type: bool
Whether this pad belongs to a component (i.e. is a pin on a component).
IsConnectorPin
Type: bool
Whether this pad is a connector pin.
IsDiePad
Type: bool
Whether this is a die pad.
IsDocSymPad
Type: bool
Whether this is a pad on a documentation symbol.