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

In This Topic
    PlcMaster Property
    In This Topic
    If a PLC bus port itself is a bus master, the name / code of this bus master is shown here.
    Syntax
    public string PlcMaster {get; set;}
    public:
    property String^ PlcMaster {
       String^ get();
       void set (    String^ value);
    }
    See Also