First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I'm trying to get the area interchange for Area 70. Here is my code:
psspy.bsys(0,0,[ 0.2, 500.],1,[70],0,[],0,[],0,[]) psspy.progressoutput(2,"Test 10A70 interchange.txt",[0,0]) ierr, rarray = psspy.aareareal(0,1,'PINT') print(rarray) psspy.progress_output(1,"0",[0,0])
This seemed to work fine at one point but now no longer is. The text file reads "[None]" and ierr = 2 which means there is an invalid SID, but I'm not sure why it would be invalid.
Any help would be great, thanks!
2 | No.2 Revision |
I'm trying to get the area interchange for Area 70. Here is my code:
psspy.bsys(0,0,[ 0.2, 500.],1,[70],0,[],0,[],0,[])
This seemed to work fine at one point but now no longer is. The text file reads "[None]" and ierr = 2 which means there is an invalid SID, but I'm not sure why it would be invalid.
Any help would be great, thanks!