Inherits: ConnectPoint < Node < DesignItem < ScriptObject
Inherited by: BusTerminal, CopperTerminal, Junction, MountingHole, Pad, Via
This is the ‘base’ class for a ‘single point’ item in a design or footprint/symbol, such as a Pad, Via or MountingHole. It provides an interface to the common properties of these items.
Properties
| Name | Type | Get/Set | Brief |
|---|---|---|---|
| IsTestPoint | bool | Yes/No | Whether this ConnectPoint is marked as a test point. |
| PlaneConnect | PlaneConnectionType | Yes/Yes | The method of connection to power/ground planes. |
| ProbeSide | Side | Yes/No | The side on which the test point for this pad can be probed. |
| Style | PadStyle | Yes/Yes | The current pad style of the connect point. |
| TestPointName | str | Yes/No | The test point name for this pad. |
Enumerations
PlaneConnectionType
| Name | Value | Description |
|---|---|---|
| Default | 0 | No description provided. |
| NotIsolated | 1 | No description provided. |
| Thermal | 2 | No description provided. |
| Isolated | 3 | No description provided. |
Property Details
IsTestPoint
Type: bool
Whether this ConnectPoint is marked as a test point.
PlaneConnect
Type: PlaneConnectionType
The method of connection to power/ground planes.
ProbeSide
Type: Side
The side on which the test point for this pad can be probed.
Style
Type: PadStyle
The current pad style of the connect point.
TestPointName
Type: str
The test point name for this pad.