SvStatusArray

Type: array

Array of SvStatus objects

No Additional Items

Each item of this array must be:

SvStatus

Type: object

State variable for status.

No Additional Properties

inService

Type: boolean

The in service status as a result of topology processing. It indicates if the equipment is considered as energized by the power flow. It reflects if the equipment is connected within a solvable island. It does not necessarily reflect whether or not the island was solved by the power flow.

phase

Type: enum (of string)

The individual phase status. If the attribute is unspecified, then three phase model is assumed.

Must be one of:

  • "SinglePhaseKind.B"
  • "SinglePhaseKind.N"
  • "SinglePhaseKind.C"
  • "SinglePhaseKind.s2"
  • "SinglePhaseKind.A"
  • "SinglePhaseKind.s1"

cimObjectType

Type: enum (of string)

Used in RAVENS Schema to identify the corresponding CIM Object Type of the JSON object.

Must be one of:

  • "SvStatus"