If there a way i can plot many .qv files with automatization ?
I need to graph more than two hundreds .qv files
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I need to graph more than two hundreds .qv files
Yes, but not easy.
Firstly, you need to convert all the QV files into Excel files. This can be done easily. Check the API manual. There is a function. There is also an example in the example folder.
Then, the QV data are in the "Generation Dispatch" worksheet, which contains all the dispatch for all the contingency cases.
Now, you would have to extract these data somehow which is not easy.
Once extracted, just use matplotlib to loop through and plot. The difficult bit is to extract the data from the workshet in a meaningful way. You also need to decide whether you plot by contingency or plot by bus.
Asked: 2019-02-15 14:28:54 -0500
Seen: 257 times
Last updated: May 02 '19