Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / Terminal Class / GetJumpers Method
Get from all levels (true) or only from a current Terminal (false)

In This Topic
    GetJumpers Method
    In This Topic
    The method returns information about all Terminal.Bridge attached to the terminal.
    Syntax
    public Terminal.Bridge[] GetJumpers( 
       bool allLevels
    )
    public:
    array<Terminal.Bridge^>^ GetJumpers( 
       bool allLevels
    ) 

    Parameters

    Parameter NameDescription
    allLevelsGet from all levels (true) or only from a current Terminal (false)
    Exceptions
    ExceptionDescription
    Thrown when interface cannot be initialized or it cannot return functions. Also thrown for PLC terminals.
    Thrown when implementation of requested interface isn't found.
    Thrown when internal function fails.
    Remarks
    * The method returns the same result as TerminalStrip.Bridges, but only for a Terminal (current function or device depending on allLevels parameter) . * In order to get jumpers grouped by levels, please use TerminalStrip.Bridges_NotOptimized property. * The method is not valid for PLC terminals.
    See Also