SPD LTDS Appendix 2 Transformer Data (Table 2)
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"spd-ltds-appendix-2-transformer-data-table-2",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/spd-ltds-appendix-2-transformer-data-table-2"
}
] - "definitions":{
- "spd-ltds-appendix-2-transformer-data-table-2":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/spd-ltds-appendix-2-transformer-data-table-2_records"
}
}
} - "records":
} - "properties":
- "spd-ltds-appendix-2-transformer-data-table-2_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "grid_supply_point":,{
- "type":"string",
- "title":"Grid Supply Point",
- "description":"The unique name of the Grid Supply Point (GSP) a substation is within."
} - "substation":,{
- "type":"string",
- "title":"Substation",
- "description":"An electrical substation is a subsidiary station of a distribution system where voltage is transformed from high to low or the reverse using transformers and/or where circuit switching takes place."
} - "transformer":,{
- "type":"string",
- "title":"Transformer",
- "description":"The transformer number within the substation, either T1 or T2."
} - "hv_connection_node":,{
- "type":"string",
- "title":"HV connection node",
- "description":"The node the HV side of a transformer is connected to."
} - "hv_voltage_kv":,{
- "type":"integer",
- "title":"HV voltage (kV)",
- "description":"The operating voltage of the HV side of the transformer."
} - "lv_connection_node":,{
- "type":"string",
- "title":"LV connection node",
- "description":"The node the LV side of the transformer is connected to."
} - "lv_voltage_kv":,{
- "type":"integer",
- "title":"LV voltage (kV)",
- "description":"The operating voltage of the LV side of the transformer."
} - "vector_group":,{
- "type":"string",
- "title":"Vector Group",
- "description":"Transformer wiring configuration, shows phase relationship between primary and secondary windings of transformer."
} - "positive_sequence_resistance_r_on_100mva":,{
- "type":"number",
- "title":"Positive Sequence Resistance [R] % on 100MVA",
- "description":"Positive sequence resistance shown as a percentage on 100MVA."
} - "positive_sequence_reactance_x_on_100mva":,{
- "type":"number",
- "title":"Positive Sequence Reactance [X] % on 100MVA",
- "description":"Positive sequence reactance shown as a percentage on 100MVA."
} - "minimum_tap":,{
- "type":"number",
- "title":"Minimum Tap (%)",
- "description":"Minimum tap shown as a percentage."
} - "maximum_tap":,{
- "type":"number",
- "title":"Maximum Tap (%)",
- "description":"Maximum tap shown as a percentage."
} - "continuous_rating_mva":,{
- "type":"number",
- "title":"Continuous Rating (MVA)",
- "description":"Transformer continuous rating in MVA."
} - "reverse_rating_mva":,{
- "type":"string",
- "title":"Reverse Rating (MVA)",
- "description":"Transformer reverse rating in MVA."
} - "earthing_method":{
- "type":"string",
- "title":"Earthing Method",
- "description":"Transformer earthing method."
}
} - "grid_supply_point":
}
} - "fields":
} - "properties":
} - "spd-ltds-appendix-2-transformer-data-table-2":
}