Eplan Platform API
Eplan.EplApi.HEServices Namespace / ConnectionService Class / TrackPotential Method
Connection from which tracking potential is started.
List of connections that has the same potential as oSourceConnection and are in the same circuit.

In This Topic
    TrackPotential Method
    In This Topic
    Finds all connections which are in the same circuit as oSourceConnection and have the same potential.
    Syntax

    Parameters

    oSourceConnection
    Connection from which tracking potential is started.
    foundConnectionList
    List of connections that has the same potential as oSourceConnection and are in the same circuit.
    Exceptions
    ExceptionDescription
    Thrown if parameter oSourceConnection or foundConnectionList is null value.
    Throw if parameter oSourceConnection is invalid.
    See Also