CablePathTerminal

A cable path terminal.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Cables.cfx]])

    -- Retrieve the 'StartTerminal' from a 'CablePath'

pathTerminal = project.Cables.Paths["CablePath1"].StartTerminal

    -- Retrieve 'PathTerminal' from the end cable connector
    
cableHarness = project.Cables.Harnesses["CableHarness1"]
connectorPathTerminal = cableHarness.Connectors["CableConnector2"].PathTerminal

Usage locations (object properties)

The following objects have properties using the CablePathTerminal object:

Property List

Label
The terminal label. (Read only string)
Type
The object type string. (Read only string)

Property Details

Label
The terminal label.
Type
string
Access
Read only
Type
The object type string.
Type
string
Access
Read only