First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

If there a way i can plot many .qv files with automatization ?

asked Feb 15 '19

Ian Luis gravatar image

I need to graph more than two hundreds .qv files

1 answer

Sort by » oldest newest most voted
0

answered May 3 '19

drsgao gravatar image

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.

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: Feb 15 '19

Seen: 270 times

Last updated: May 02 '19