Ask Your Question
0

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

asked 2019-02-15 14:28:54 -0500

Ian Luis gravatar image

I need to graph more than two hundreds .qv files

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2019-05-02 19:55:35 -0500

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2019-02-15 14:28:54 -0500

Seen: 244 times

Last updated: May 02 '19