Long Term Development Statement (LTDS) Table 4b Fault level data - Earth

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
int
Exemple
                       
LicenceArea
This holds the Licence Area or DNO (Distribution Network Operator) name

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
licencearea
Type
texte
Exemple
                       
GridSupplyPoint
This is the supply point on the DNO system (representing an HV/EHV transformation level)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gridsupplypoint
Type
texte
Exemple
                       
Substation
The Name of the Site as per the UK Power Networks Control and Asset Management System

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
substation
Type
texte
Exemple
                       
SiteFunctionalLocation
This is the Site alias in both the Network Control and Asset Management System. It includes the site number.

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sitefunctionallocation
Type
texte
Exemple
                       
NodeName
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nodename
Type
texte
Exemple
                       
Voltage_Level_kV
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
voltage_level_kv
Type
texte
Exemple
                       
System_Impedance_R_Percent
Total system resistance at the busbars of each site

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
system_impedance_r_percent
Type
décimal
Unité
%
Exemple
                       
System_Impedance_X_Percent
Total system reactance at the busbars of each site

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
system_impedance_x_percent
Type
décimal
Unité
%
Exemple
                       
Existing_System_Fault_Currents_Peak_Make_kA
Peak make current for normal running conditions per site

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
existing_system_fault_currents_peak_make_ka
Type
décimal
Unité
kA
Exemple
                       
Existing_System_Fault_Currents_RMS_Break_kA
Peak break current for normal running conditions per site

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
existing_system_fault_currents_rms_break_ka
Type
décimal
Unité
kA
Exemple
                       
Fault_Rating_Peak_Make_kA
Maximum fault current make rating of site equipment

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fault_rating_peak_make_ka
Type
décimal
Unité
kA
Exemple
                       
Fault_Rating_Peak_Break_kA
Maximum fault current break rating of site equipment

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
fault_rating_peak_break_ka
Type
décimal
Unité
kA
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"ltds-table-4b-earth-fault-level@ukpowernetworks",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ltds-table-4b-earth-fault-level@ukpowernetworks"
      }
    ]
    ,
  • "definitions":
    {
    • "ltds-table-4b-earth-fault-level@ukpowernetworks":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ltds-table-4b-earth-fault-level@ukpowernetworks_records"
            }
          }
        }
      }
      ,
    • "ltds-table-4b-earth-fault-level@ukpowernetworks_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"integer",
              • "title":"ID",
              • "description":""
              }
              ,
            • "licencearea":
              {
              • "type":"string",
              • "title":"LicenceArea",
              • "description":"This holds the Licence Area or DNO (Distribution Network Operator) name"
              }
              ,
            • "gridsupplypoint":
              {
              • "type":"string",
              • "title":"GridSupplyPoint",
              • "description":"This is the supply point on the DNO system (representing an HV/EHV transformation level)"
              }
              ,
            • "substation":
              {
              • "type":"string",
              • "title":"Substation",
              • "description":"The Name of the Site as per the UK Power Networks Control and Asset Management System"
              }
              ,
            • "sitefunctionallocation":
              {
              • "type":"string",
              • "title":"SiteFunctionalLocation",
              • "description":"This is the Site alias in both the Network Control and Asset Management System. It includes the site number."
              }
              ,
            • "nodename":
              {
              • "type":"string",
              • "title":"NodeName",
              • "description":""
              }
              ,
            • "voltage_level_kv":
              {
              • "type":"string",
              • "title":"Voltage_Level_kV",
              • "description":""
              }
              ,
            • "system_impedance_r_percent":
              {
              • "type":"number",
              • "title":"System_Impedance_R_Percent",
              • "description":"Total system resistance at the busbars of each site",
              • "unit":"%"
              }
              ,
            • "system_impedance_x_percent":
              {
              • "type":"number",
              • "title":"System_Impedance_X_Percent",
              • "description":"Total system reactance at the busbars of each site",
              • "unit":"%"
              }
              ,
            • "existing_system_fault_currents_peak_make_ka":
              {
              • "type":"number",
              • "title":"Existing_System_Fault_Currents_Peak_Make_kA",
              • "description":"Peak make current for normal running conditions per site",
              • "unit":"kA"
              }
              ,
            • "existing_system_fault_currents_rms_break_ka":
              {
              • "type":"number",
              • "title":"Existing_System_Fault_Currents_RMS_Break_kA",
              • "description":"Peak break current for normal running conditions per site",
              • "unit":"kA"
              }
              ,
            • "fault_rating_peak_make_ka":
              {
              • "type":"number",
              • "title":"Fault_Rating_Peak_Make_kA",
              • "description":"Maximum fault current make rating of site equipment",
              • "unit":"kA"
              }
              ,
            • "fault_rating_peak_break_ka":
              {
              • "type":"number",
              • "title":"Fault_Rating_Peak_Break_kA",
              • "description":"Maximum fault current break rating of site equipment",
              • "unit":"kA"
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires