First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hello everyone: Now I'm trying to simulate the renewable stored energy's low voltage ride through function. I use REGCAU1、REPCAU1、REECAU1 to simulated the renewable stored energy, and VTGTPAT to simulate low voltage ride through function. I want the renewable stored energy can still working for 1 sec when voltage drop to 0.5pu, but it doesn't work. This is my python code. My enewable stored energy's bus number is "1", and bus code is "1", too. psspy.addcctmscomodel(r"""VTGTPAT""",_i,3,[0,1,1],["","",""],4,[0.5,1.2,1,0.05])
Could someone tell me where is my problem, please. Sincerely, thanks.
2 | No.2 Revision |
Hello everyone: Now I'm trying to simulate the renewable stored energy's low voltage ride through function. I use REGCAU1、REPCAU1、REECAU1 to simulated the renewable stored energy, and VTGTPAT to simulate low voltage ride through function. I want the renewable stored energy can still working for 1 sec when voltage drop to 0.5pu, but it doesn't work. This is my python code. My enewable stored energy's bus number is "1", and bus code is "1", too. psspy.addcctmscomodel(r"""VTGTPAT""",_i,3,[0,1,1],["","",""],4,[0.5,1.2,1,0.05])
Could someone tell me where is my problem, please. Sincerely, thanks.
3 | No.3 Revision |
Hello everyone:
Now I'm trying to simulate the renewable stored energy's low voltage ride through function. I use REGCAU1、REPCAU1、REECAU1 to simulated the renewable stored energy, and VTGTPAT to simulate low voltage ride through function. I want the renewable stored energy can still working for 1 sec when voltage drop to 0.5pu, but it doesn't work.
work.
This is my python code. My enewable stored energy's bus number is "1", and bus code is "1", too.
too.
psspy.addcctmscomodel(r"""VTGTPAT""",_i,3,[0,1,1],["","",""],4,[0.5,1.2,1,0.05])
Could someone tell me where is my problem, please. Sincerely, thanks.