API Help
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.

TrackPotential Method
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