API Help
Eplan.EplApi.MasterData Namespace / MDPlcTemplatePosition Class / BusSystem Property

In This Topic
    BusSystem Property (MDPlcTemplatePosition)
    In This Topic
    The bus system of the PLC template
    Syntax
    public BusTerminal.BusSystemType BusSystem {get; set;}
    public:
    property BusTerminal.BusSystemType BusSystem {
       BusTerminal.BusSystemType get();
       void set (    BusTerminal.BusSystemType value);
    }
    See Also