neurips26-PSML commited on
Commit
9d22c4a
·
verified ·
1 Parent(s): 4b10cb7

fault types updated

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -163,6 +163,7 @@ The metadata file follows the naming convention xxxx_[M|L]_meta_data.csv. The me
163
  - disturbance type: string, either "Short circuit" or "Load Step up"
164
  - disturbance duration: float, duration of the short circuit in seconds, otherwise 0
165
  - sc type: integer, 0 for load step up, 1-10 for short circuit type identifier
 
166
  - R1, R2, R3: float, per-phase resistance values of the stochastically sampled random load (Ω), used for load disturbance.
167
  - L1, L2, L3: float, per-phase inductance values of the random load (H), used for load disturbance.
168
  - C1, C2, C3: float, per-phase capacitance values of the random load (F), used for load disturbance.
 
163
  - disturbance type: string, either "Short circuit" or "Load Step up"
164
  - disturbance duration: float, duration of the short circuit in seconds, otherwise 0
165
  - sc type: integer, 0 for load step up, 1-10 for short circuit type identifier
166
+ - 1: a-g, 2: b-g, 3:c2g, 4:a-b-g, 5:a-c-g, 6: b-c-g, 7: a-b-c-g, 8: a-b, 9: a-c, 10: b-c
167
  - R1, R2, R3: float, per-phase resistance values of the stochastically sampled random load (Ω), used for load disturbance.
168
  - L1, L2, L3: float, per-phase inductance values of the random load (H), used for load disturbance.
169
  - C1, C2, C3: float, per-phase capacitance values of the random load (F), used for load disturbance.