CableCrossSection

A cable cross section.

Example

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

    -- Rename SingleConductor1 to MyConductor
    
project.Cables.CrossSections["SingleConductor1"].Label = "MyConductor"

Inheritance

The following objects are derived (specialisations) from the CableCrossSection object:

Usage locations (object properties)

The following objects have properties using the CableCrossSection object:

Property List

CablePerUnitLengthAccuracy
Select a higher accuracy when calculating cable per-unit-length parameters. (Read/Write CablePerUnitLengthAccuracyEnum)
Label
The object label. (Read/Write string)

Method List

Delete ()
Deletes the cable cross section.
Duplicate ()
Duplicate the cable cross section. (Returns a CableCrossSection object.)

Property Details

CablePerUnitLengthAccuracy
Select a higher accuracy when calculating cable per-unit-length parameters.
Type
CablePerUnitLengthAccuracyEnum
Access
Read/Write
Label
The object label.
Type
string
Access
Read/Write

Method Details

Delete ()
Deletes the cable cross section.
Duplicate ()
Duplicate the cable cross section.
Return
CableCrossSection
The duplicated entity.