Hello.
I’m currently working on an application that’s supposed to use GridPACK to get voltage and current data from an input power network after each timestep, taking into consideration the presence of fault events.
This initially seemed like a straightforward task, but after digging into the code a little bit and checking the user manual, I still found myself very uncertain about which modules/classes to use and which functions to call. I’ve tried to adapt the example powerflow and dynamic simulation applications, but they don’t seem to do what I’m trying to accomplish (please correct me if I’m wrong).
Any help or tips on how to make this work would be appreciated. Thanks.