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

In This Topic
    FUNC_PLCDEACTIVATED_IO Property
    In This Topic
    Deactivated I/O connection point # 20438.
    Syntax
    public PropertyValue FUNC_PLCDEACTIVATED_IO {get; set;}
    public:
    property PropertyValue^ FUNC_PLCDEACTIVATED_IO {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Identifies a deactivated I/O connection point within a channel. A channel can have several I/O connection points, but only one of them can be active. Deactivated connection points are treated as power supplies. For example, when addressing a filled address, the address from the channel is overwritten.

    See Also