OBJECT

ScdInfo

Info of an SCD file uploaded to ICP

link GraphQL Schema definition

  • type ScdInfo {
  • # SCD file name
  • fileName: String!
  • # Id of the header as written in the scd file
  • project: String!
  • # The name of the substation specified in the SCD file
  • substation: String!
  • # Revision of the header as written in the scd file
  • revision: String
  • # Version of the header as written in the scd file
  • version: String
  • # SCL Version as written in the scd file
  • sclVersion: String
  • # Time of upload of the scd file
  • lastUpdated: Time!
  • # User that uploaded the file
  • userName: String!
  • }