utility scale storage reec_c model along with wind turbine REGC_.
I have the utility-scale storage reecc model along with the wind turbine REGC. I want to plot the SOC level and Storage of electrical power during various contingencies scenarios. I will be grateful if somebody explains how to monitor SOC and storage power.
# ierr, L = psspy.windmind(40,'2', 'WELEC','VAR')
# psspy.var_channel([-1,L+4] ,'REECC_VAR 40 2 Residual_Energy')
# ierr, K = psspy.windmind(40,'2', 'WELEC','STATE')
# psspy.state_channel([-1,K+6],'REECC_STATE 40 2 Energy_Output')
I wanted above code in the following format: (just example is given here)
psspy.windmind([4,2,40],"1",r"""WELEC""")
psspy.state_channel([5,2,40],"1",r"""WELEC_STATE""")
The commented code seems ok. I don't understand what you mean with the "wanted" code.