SPM LTDS Appendix 4 Fault Levels (Table 4) HV

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Supergrid Group
The identifier of the supergrid group the primary group is supplied by.

No description available for this field.

Name (identifier)
supergrid_group
Type
text
Sample
                       
Grid Group
The identifier of the Grid Substation Group the primary group is supplied by.

No description available for this field.

Name (identifier)
grid_group
Type
text
Sample
                       
Primary Group
The identifier of the Primary Substation Group the primary substation is supplied by.

No description available for this field.

Name (identifier)
primary_group
Type
text
Sample
                       
System Voltage (kV)
The operating voltage of the primary group in kV.

No description available for this field.

Name (identifier)
system_voltage_kv
Type
decimal
Sample
                       
Number of Transformers
Number of primary transformers feeding the primary group.

No description available for this field.

Name (identifier)
number_of_transformers
Type
integer
Sample
                       
Fault Level Banding (MVA)
Fault level banding in MVA.

No description available for this field.

Name (identifier)
fault_level_banding_mva
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"spm-ltds-appendix-4-fault-levels-table-4-hv",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/spm-ltds-appendix-4-fault-levels-table-4-hv"
      }
    ]
    ,
  • "definitions":
    {
    • "spm-ltds-appendix-4-fault-levels-table-4-hv":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/spm-ltds-appendix-4-fault-levels-table-4-hv_records"
            }
          }
        }
      }
      ,
    • "spm-ltds-appendix-4-fault-levels-table-4-hv_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "supergrid_group":
              {
              • "type":"string",
              • "title":"Supergrid Group",
              • "description":"The identifier of the supergrid group the primary group is supplied by."
              }
              ,
            • "grid_group":
              {
              • "type":"string",
              • "title":"Grid Group",
              • "description":"The identifier of the Grid Substation Group the primary group is supplied by."
              }
              ,
            • "primary_group":
              {
              • "type":"string",
              • "title":"Primary Group",
              • "description":"The identifier of the Primary Substation Group the primary substation is supplied by."
              }
              ,
            • "system_voltage_kv":
              {
              • "type":"number",
              • "title":"System Voltage (kV)",
              • "description":"The operating voltage of the primary group in kV."
              }
              ,
            • "number_of_transformers":
              {
              • "type":"integer",
              • "title":"Number of Transformers",
              • "description":"Number of primary transformers feeding the primary group."
              }
              ,
            • "fault_level_banding_mva":
              {
              • "type":"string",
              • "title":"Fault Level Banding (MVA)",
              • "description":"Fault level banding in MVA."
              }
            }
          }
        }
      }
    }
}

Similar datasets