Skip to content

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.

name: string

Defined in: src/ExpoArcgis.types.ts:1658

Configuration name (e.g. 'Transformer').


terminals: UtilityTerminal[]

Defined in: src/ExpoArcgis.types.ts:1660

The terminals belonging to this configuration.