NREL / PyDSS

Other
33 stars 19 forks source link

Report node voltages by primary and secondary #69

Closed daniel-thom closed 3 years ago

daniel-thom commented 3 years ago

The final metrics look something like this. One set of metrics per scenario and then one for primaries and one for secondaries. The final table will flatten these out.

{
  "scenarios": {
    "control_mode": {
      "primaries": {
        "metric_1": {
       }
     }
   }
 }
}
KwamiS commented 3 years ago

The final metrics look something like this. One set of metrics per scenario and then one for primaries and one for secondaries. The final table will flatten these out.

{
  "scenarios": {
    "control_mode": {
      "primaries": {
        "metric_1": {
       }
     }
   }
 }
}

Okay. Looks good!

KwamiS commented 3 years ago

We can move forward.