About Connectivity Tables

Connectivity and flow direction between features is stored in the topology tables, EL_ELECTRIC_CONN and EL_STRUCTURAL_CONN (Electric NA) and EL_CONN and EL_STR_CONN (Electric CE). When you digitize new features, the connectivity and flow are updated.

We recommend that you do not use the Initialize function in Electric unless all connectivity can be determined from the geometry of features in the topology. The connections established from external electric features to electric features inside structure internals are purely logical connections. Therefore, we strongly advise against initializing the electric topology. You can initialize the structural topology if there are no manually connected features, but this is not recommended as a regular operation.

Note:

Do not manually modify the connectivity tables.

When you insert a group of features using a template, the connectivity for both spatially connected and nonspatially connected features is stored in the connectivity tables.

Connectivity Attribute

Description

FID_FROM

Specifies a particular feature.
F_CLASS_ID_FROM Specifies a particular feature class.

FID_TO

Specifies the connected feature.
F_CLASS_ID_TO Specifies the connected feature class.

FLOW

Specifies the flow direction between a particular feature (FID_FROM) and the connected feature (FID_TO).

  • 1 = forward
  • 2= backward
  • 3= both

For spatially connected features, when you insert or update a feature, the connectivity table is maintained automatically. For the electrical topology, the internal topology updater checks consistency of the feature attributes VOLTAGE, PHASE, CIRCUIT. The topology updater does the following operations: