Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCCPU Property / FUNC_PLCCPU Property

In This Topic
    FUNC_PLCCPU Property
    In This Topic
    CPU: Name # 20433.
    Syntax
    public PropertyValue FUNC_PLCCPU {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCPU {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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