OBJECT

GOOSEAnomalyDetails

Details of IEC 61850 GOOSE anomaly events

link GraphQL Schema definition

  • type GOOSEAnomalyDetails {
  • # GOOSE Control Block Reference
  • gocbRef: String
  • # GOOSE ID
  • goId: String
  • # Dataset reference
  • datSet: String
  • # Configuration revision
  • confRev: UnsignedInt
  • # Previous value (sqNum, stNum, or confRev)
  • oldValue: UnsignedInt
  • # New value (sqNum, stNum, or confRev)
  • newValue: UnsignedInt
  • # Type of anomaly detected
  • anomalyType: GOOSEAnomalyType
  • }