API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCISCPU Property / FUNC_PLCISCPU(Int32) Property

In This Topic
    FUNC_PLCISCPU(Int32) Property
    In This Topic
    CPU # 20167. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCISCPU( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCISCPU {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Identifies a PLC box as the central processing unit (the processor) of a PLC controller.

    See Also