Cables

Cable definitions and harnesses.

Example

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

    -- Get an existing 'CableHarness' 

cableHarness = project.Cables.Harnesses["CableHarness1"]

    -- Get an existing 'CablePath'

cablePath = project.Cables.Paths["CablePath1"]

Usage locations (object properties)

The following objects have properties using the Cables object:

Property List

Type
The object type string. (Read only string)

Collection List

CrossSections
The collection of cable cross sections in the model. (CableCrossSectionCollection of CableCrossSection.)
Harnesses
The collection of cable harnesses in the model. (CableHarnessCollection of CableHarness.)
Paths
The collection of cable paths in the model. (CablePathCollection of CablePath.)
Shields
The collection of cable shields in the model. (CableShieldCollection of CableShieldEntity.)

Property Details

Type
The object type string.
Type
string
Access
Read only

Collection Details

CrossSections
The collection of cable cross sections in the model.
Type
CableCrossSectionCollection
Harnesses
The collection of cable harnesses in the model.
Type
CableHarnessCollection
Paths
The collection of cable paths in the model.
Type
CablePathCollection
Shields
The collection of cable shields in the model.
Type
CableShieldCollection