First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I 've just started to study about PSS/E. I read the file API of PSS/E and my friend's code . 2 syntax are different and i don't understand the meaning of those syntax. Ple help me. Sorry because i'm not good at English. ......API: ierr = branchdata(i, j, ckt, intgar, realar) my friend's code: psspy.branchdata(2,3,intgar1=cb171)....... Thank you
2 | No.2 Revision |
I 've just started to study about PSS/E. I read the file API of PSS/E and my friend's code .
2 syntax are different and i don't understand the meaning of those syntax.
syntax.
Ple help me.
me.
Sorry because i'm not good at English.
......API: English.
API syntax : ierr = branchdata(i, branch_data(i, j, ckt, intgar, realar)
realar)
my friend's code: psspy.branchdata(2,3,intgar1=cb171).......
psspy.branch_data(2,3,intgar1=cb171).......
Thank you