First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
By far the cleverest would be if recording would work, but it doesn't. And the LOAD_INFO
format is subtly different between RDCH
and BATCH
commands
I, ID, STATUS, AREA, ZONE, PL, QL, IP, IQ, YP, YQ, OWNER, SCALE
versus
# owner and scale are part of the INTGAR values, not at the end.
BAT_LOAD_DATA_3 I 'ID' INTGAR(1)...INTGAR(5) REALAR(1)...REALAR(6)
That would make writing a parser for this decidedly not clever looking and rather tedious.
I'm curious, how did you end up doing it?