UtilityTerminalConfiguration
UtilityTerminalConfiguration =
object
Defined in: src/ExpoArcgis.types.ts:1656
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:1658
Configuration name (e.g. 'Transformer').
terminals
Section titled “terminals”terminals:
UtilityTerminal[]
Defined in: src/ExpoArcgis.types.ts:1660
The terminals belonging to this configuration.