ElectricNetworkComponentWithTerminalsResource
Generic component class that represents a variety of non-switchable phased electric components that are either uncommon enough that we don't have detailed specification data, or simple enough that they don’t need detailed specification data.
When units in the UN are drawn spatially, they are contained by Assemblies, and the Components to use are:
-
ElectricNetworkComponentWithTerminalsResource — this is the unit.
-
ElectricNetworkComponentAssemblyResource — this is the assembly.
This differs from units in the UN that are non-spatially drawn. In those cases, the units are contained by Banks, and the Components to use are:
-
ElectricNetworkComponentUnitResource — this is the unit
-
ElectricNetworkComponentBankWithTerminalsResource — this is the bank.
|
Name |
Type |
Description |
|---|---|---|
|
componentType |
String |
"ElectricNetworkComponentWithTerminals" |
|
workflowState |
Int32 |
[Existing, AsBuilt, Proposed, Undefined, Modified] |
|
properties |
IDictionary |
Additional properties |
|
id |
Guid |
Unique identifier |
|
operatingVoltage |
Voltage |
Operating voltage |
|
voltageClass |
Int32 |
[Primary, Secondary, Unknown] |
|
distributionSystemType |
Int32 |
[Overhead, Underground, Submersible] |
|
geometry |
IBoundedObject |
Geometric representation |
|
terminals |
IEnumerable |
List of terminals |
|
specId |
Guid |
Specification identifier |
|
esriId |
Int64 |
Esri identifier |
|
energizedPhases |
Int32 |
[None, C, B, BC, A, AC, AB, ABC, Unknown] |
|
phases |
Int32 |
[None, C, B, BC, A, AC, AB, ABC, Unknown] |
|
facilityId |
String |
Facility identifier |
|
assemblyId |
Guid |
Assembly identifier |
|
subnetworkName |
String |
Subnetwork name |
|
lifecycleStatusType |
LifecycleStatusType |
Lifecycle status |