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

In This Topic
    FUNC_PLCCPU_RELATEDPLCSCHEMA(Int32) Property
    In This Topic
    PLC-specific settings # 20315. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCCPU_RELATEDPLCSCHEMA( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCPU_RELATEDPLCSCHEMA {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Displays the PLC scheme that is used with a specific CPU. Functions of a specific CPU are processed under consideration of the PLC scheme belonging to this CPU (PLC addressing, import / export of assignment lists, etc.). The value of this property can only be assigned or changed if the PLC box is the main function and the CPU (ID 20167) property is activated.

    See Also