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

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