aayushGaur / stac

Steady-State AC Network Visualization in the Browser - Developed at DATA61/Faculty of IT, Monash University - as a part of the summer research project.
http://immersive.erc.monash.edu.au/stac/
MIT License
16 stars 13 forks source link

Sometimes .m files have some missing fields. Make it compitable. #27

Closed Xinlong-Guan closed 3 years ago

Xinlong-Guan commented 4 years ago

In my case, our .m data file does not have Pc1 Pc2 Qc1min Qc1max Qc2min Qc2max ramp_agc ramp_10 ramp_30 ramp_q apf for generator data and this makes it not working. This commit will regard all the missing fields as 0.

aayushGaur commented 3 years ago

Thank you for adding the handling for missing fields.