Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / PLC Class / PLCTerminals Property

In This Topic
    PLCTerminals Property
    In This Topic
    \Returns all Terminals assigned to the PLC.
    Syntax
    public Terminal[] PLCTerminals {get;}
    public:
    property array<Terminal^>^ PLCTerminals {
       array<Terminal^>^ get();
    }
    Exceptions
    ExceptionDescription
    Thrown when cannot read Terminals assigned to this PLC.
    See Also