First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I try to retrieve data from PSS/E using python, I already retrieve same data using this code below but i can't find à fonction that can retrieve Pload in API of PSS/E.
psspy.bsys(0,1,[MINkV,MAXkV],iar,[iar],0,[],0,[],0,[])
ierr, (owner,) = psspy.aloadint(0, 3, 'OWNER')
ierr, (NumBus,) = psspy.aloadint(0, 3, 'NUMBER')
ierr, (NumZone,) = psspy.aloadint(0, 3, 'ZONE')
ierr, (ScalableFlag,) = psspy.aloadint(0, 3, 'SCALE')
ieer, (BusName,) = psspy.aloadchar(0, 3, 'NAME')