NREL / PyDSS

Other
33 stars 19 forks source link

Detect when circuit elements have been disabled #110

Closed daniel-thom closed 1 year ago

daniel-thom commented 1 year ago

The current data export code fails if a PyDSS controller disables a circuit element because the native OpenDSS iteration code does not return disabled devices.

daniel-thom commented 1 year ago

@AadilLatif I tested this fix against the test case you gave me. That test case failed because the load shapes had more than one resolution. I made a proposal for fixing that issue in a branch here: https://github.com/NREL/PyDSS/commit/14fd94714eb4de128eca40fc6c5eece9acdb6efd. We could easily port that change here. Basically, we could disable that workaround by default.