First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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