CableShieldEntity

A cable shield entity type.

Example

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

    -- Add a solid shield
    
shield = project.Cables.Shields:AddSolidShield(project.Media:GetPEC(), 0.0005)

    -- Modify the label of the shield
    
shield.Label = "MyLabel"

Inheritance

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

Usage locations (object properties)

The following objects have properties using the CableShieldEntity object:

Property List

Label
The object label. (Read/Write string)

Method List

Delete ()
Deletes the cable shield.
Duplicate ()
Duplicate the cable shield. (Returns a CableShieldEntity object.)

Property Details

Label
The object label.
Type
string
Access
Read/Write

Method Details

Delete ()
Deletes the cable shield.
Duplicate ()
Duplicate the cable shield.
Return
CableShieldEntity
The duplicated entity.