API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_PLCCPU Property / FUNC_PLCCPU(Int32) Property

In This Topic
    FUNC_PLCCPU(Int32) Property
    In This Topic
    CPU: Name # 20433. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNC_PLCCPU( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCPU {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Outputs a semicolon-separated list of all the CPU names that are entered at the PLC box. The display is effected without gaps, meaning that empty entries are not listed.

    See Also