Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / BusTerminal Class / IsPlcMaster Property

In This Topic
    IsPlcMaster Property
    In This Topic
    Identifies a PLC bus port as the master of a bus system.
    Syntax
    public bool IsPlcMaster {get; set;}
    public:
    property bool IsPlcMaster {
       bool get();
       void set (    bool value);
    }
    See Also