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

NameTypeGet/SetBrief
IsTestPointboolYes/NoWhether this ConnectPoint is marked as a test point.
PlaneConnectPlaneConnectionTypeYes/YesThe method of connection to power/ground planes.
ProbeSideSideYes/NoThe side on which the test point for this pad can be probed.
StylePadStyleYes/YesThe current pad style of the connect point.
TestPointNamestrYes/NoThe test point name for this pad.

Enumerations

PlaneConnectionType

NameValueDescription
Default0No description provided.
NotIsolated1No description provided.
Thermal2No description provided.
Isolated3No 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.