First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
The correct iplan function follows:
REAL Pgen
REAL Qgen
INTEGER IER3
CALL MACDT2(1,'1','PQ',Pgen,Qgen,IER3)
Consider python for future coding.
2 | No.2 Revision |
The correct iplan function follows:
REAL Pgen
REAL Qgen
INTEGER IER3
...
CALL MACDT2(1,'1','PQ',Pgen,Qgen,IER3)
Consider python for future coding.