First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I've written my own QV curve generator (see here) but I'm curious, how would I create one of those
.qv
files.
A .qv
file is the binary results file that PSSE saves the QV analysis results to.
2 | Bonus marks |
I've written my own QV curve generator (see here) but I'm curious, how would I create one of those
.qv
files.
A .qv
file is the binary results file that PSSE saves the QV analysis results to.
(edit) I'm looking for the exact psspy
commands that I should be using to
.qv
file.qv
file into a Python array like this:Example qv results array
# (Q, V)
[(0.4, 0.99),
(0.39, 0.98),
(...)]