Help understanding psspy.bsys
I've this line of an .py file that i can't understand what it is doing, what zone or area is selecting. Can someone help me ? } The code: psspy.bsys(1,0,[0.0,0.0],2,[1,-120],0,[],0,[],0,[])
add a comment
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I've this line of an .py file that i can't understand what it is doing, what zone or area is selecting. Can someone help me ? } The code: psspy.bsys(1,0,[0.0,0.0],2,[1,-120],0,[],0,[],0,[])
Figure 2 means that two area numbers are given in the following area list. A negative area number defines a range.
I.e. [1,-120] select all areas from 1 up to 120.
Asked: 2024-03-22 13:59:44 -0500
Seen: 206 times
Last updated: Mar 22