Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCAXIS_DESIGNATION Property / FUNC_PLCAXIS_DESIGNATION(Int32) Property

In This Topic
    FUNC_PLCAXIS_DESIGNATION(Int32) Property
    In This Topic
    Drive # 20576.
    Syntax
    public PropertyValue FUNC_PLCAXIS_DESIGNATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCAXIS_DESIGNATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 64.

    Drive systems consist of different components such as motors, converters, sensors etc. Such components belonging to a drive can be grouped by means of this property. Through this index up to 10 drives can be assigned to a function.

    See Also