| 1 | initial version |
Hey Jacde,
I believe you can use the chsb API, it allows you to track a large amount of variables during dynamic simulations. An example to keep track of real and reactive power using chsb is shown below:
psspy.chsb(0,1,[-1,-1,-1,1,2,0]) #Keep track of real power psspy.chsb(0,1,[-1,-1,-1,1,3,0]) #Keep track of reactive power
-Carter
| 2 | No.2 Revision |
Hey Jacde,
I believe you can use the chsb API, it allows you to track a large amount of variables during dynamic simulations. An example to keep track of real and reactive power using chsb is shown below:
psspy.chsb(0,1,[-1,-1,-1,1,2,0]) #Keep track of real power psspy.chsb(0,1,[-1,-1,-1,1,3,0]) #Keep track of reactive power
-Carter
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.