Eplan Platform API
Eplan.EplApi.DataModel Namespace / DMObjectsFinder Class / GetTerminals Method
A FunctionsFilter object, can be NULL

In This Topic
    GetTerminals Method
    In This Topic
    Returns Terminals matching the given filter.
    Syntax
    public Terminal[] GetTerminals( 
       FunctionsFilter filter
    )
    public:
    array<Terminal^>^ GetTerminals( 
       FunctionsFilter^ filter
    ) 

    Parameters

    filter
    A FunctionsFilter object, can be NULL

    Return Value

    Terminals matching the given FunctionsFilter
    • All Terminals if the filter is NULL
    Exceptions
    ExceptionDescription
    Thrown if internally used query throws exception.
    Remarks
    • If a 'Terminal' category is selected with the filter object, only terminals (i.e. without PLC terminals) will be returned.
    • If a 'PLCTerminal' category is selected with the filter object, only PLC terminals will be returned.
    • If any other category is selected with the filter object or the filter is not specified, both regular terminals and PLC terminals will be returned.
    See Also