API Help
Eplan.EplApi.DataModel.EObjects Namespace / BusTerminal Class / BusSystem Property

In This Topic
    BusSystem Property (BusTerminal)
    In This Topic
    Type of bus system to which a PLC bus port is assigned as a bus node.
    Syntax
    public BusTerminal.BusSystemType BusSystem {get; set;}
    public:
    property BusTerminal.BusSystemType BusSystem {
       BusTerminal.BusSystemType get();
       void set (    BusTerminal.BusSystemType value);
    }
    See Also