First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
How can I get the Specific Bus number and PU ? (Not All) I've been tried two ways, but it still couldn't work.
psspy.bsys(0,0,[ 0.38, 345.],0,[],1,[875],0,[],0,[]) psspy.pout(0,0)
I appreciate you taking the time to read my question.
2 | No.2 Revision |
How can I get the Specific Bus number and PU ? (Not All) I've been tried two ways, but it still couldn't work.
psspy.bsys(0,0,[ 0.38, 345.],0,[],1,[875],0,[],0,[])
345.],0,[],1,[875],0,[],0,[])
psspy.pout(0,0)
I appreciate you taking the time to read my question.
3 | No.3 Revision |
How can I get the Specific Bus number and PU ? (Not All) I've been tried two ways, but it still couldn't work.
psspy.bsys(0,0,[ 0.38, 345.],0,[],1,[875],0,[],0,[])
psspy.pout(0,0)
buses
ierr,volts = psspy.abusreal(-1,1,string='PU')
volts
I appreciate you taking the time to read my question.
4 | No.4 Revision |
How can I get the Specific Bus number and PU ? (Not All)
All)
I've been tried two ways, but it still couldn't work.
I tried the code below but I can't see the result in the python shell.
psspy.bsys(0,0,[ 0.38, 345.],0,[],1,[875],0,[],0,[])
psspy.pout(0,0)
but I read the PSS/E API. This way seems like can't get specific Bus I want.
want.
ierr,buses = psspy.abusint(-1,1,string='NUMBER')
buses
ierr,volts = psspy.abusreal(-1,1,string='PU')
volts
I appreciate you taking the time to read my question.
5 | No.5 Revision |
How can I get the Specific Bus number and PU ? (Not All)
I've been tried two ways, but it still couldn't work.
I tried the code below but I can't see the result in the python shell.
psspy.bsys(0,0,[ 0.38, 345.],0,[],1,[875],0,[],0,[])
psspy.pout(0,0)
2.The
second way I've tried to use psspy.abusint、 psspy.abusreal and also put it into excel.but I read the PSS/E API. This way seems like can't get specific Bus I want.
ierr,buses = psspy.abusint(-1,1,string='NUMBER')
buses
ierr,volts = psspy.abusreal(-1,1,string='PU')
volts
I appreciate you taking the time to read my question.
6 | No.6 Revision |
How can I get the Specific Bus number and PU ? (Not All)
I've been tried two ways, but it still couldn't work.
I tried the code below but I can't see the result in the python shell.
psspy.bsys(0,0,[ 0.38, 345.],0,[],1,[875],0,[],0,[])
psspy.pout(0,0)
2.The second way I've tried to use psspy.abusint、 psspy.abusreal and also put it into excel.
but I read the PSS/E API. This way seems like can't get specific Bus I want.
ierr,buses = psspy.abusint(-1,1,string='NUMBER')
buses
ierr,volts = psspy.abusreal(-1,1,string='PU')
volts
I appreciate you taking the time to read my question.