Inherits: SignalPath < DesignItem < ScriptObject

A signal path is a series of ConnectPoint that is defined by rules configured in the Technology dialog.

Properties

NameTypeGet/SetBrief
ConnectPointsArray[ConnectPoint]Yes/NoThe list of Connect Point items in this SignalPath.
EndConnectPointConnectPointYes/NoGet the end Connect Point for this SignalPath.
GetNamestrYes/NoThe descriptive name for this SignalPath.
StartConnectPointConnectPointYes/NoGet the start Connect Point for this SignalPath.

Property Details

ConnectPoints

Type: Array[ConnectPoint]

The list of Connect Point items in this SignalPath.


EndConnectPoint

Type: ConnectPoint

Get the end Connect Point for this SignalPath.


GetName

Type: str

The descriptive name for this SignalPath.


StartConnectPoint

Type: ConnectPoint

Get the start Connect Point for this SignalPath.