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

    Parameter NameDescription
    oSourceConnectionConnection from which tracking potential is started.
    foundConnectionListList of connections that has the same potential as oSourceConnection and are in the same circuit.
    Exceptions
    ExceptionDescription
    Thrown if parameter oSourceConnection or foundConnectionList is a NULL value.
    Thrown if parameter oSourceConnection is invalid.
    See Also