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

In This Topic
    BusAddress Property
    In This Topic
    PLC bus address of the PLC bus port.
    Syntax
    public string BusAddress {get; set;}
    public:
    property String^ BusAddress {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Describes the address / position the bus master uses to manage a bus port.
    See Also