UtilityTerminalConfiguration
UtilityTerminalConfiguration =
object
Defined in: src/ExpoArcgis.types.ts:1735
A terminal configuration defined in the network. Mirrors UtilityTerminalConfiguration.
Devices such as transformers have multiple terminals (e.g. high-side / low-side).
Knowing the available terminals is a prerequisite for specifying a terminal on a
UtilityElement when starting a directional trace.
Properties
Section titled “Properties”name:
string
Defined in: src/ExpoArcgis.types.ts:1737
Configuration name (e.g. 'Transformer').
terminals
Section titled “terminals”terminals:
UtilityTerminal[]
Defined in: src/ExpoArcgis.types.ts:1739
The terminals belonging to this configuration.