Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.varchannel([-1,L+4] ,'REECCVAR 40 2 Residual_Energy')

ierr, K = psspy.windmind(40,'2', 'WELEC','STATE')

psspy.statechannel([-1,K+6],'REECCSTATE 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.statechannel([5,2,40],"1",r"""WELECSTATE""")

click to hide/show revision 2
No.2 Revision

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.varchannel([-1,L+4] 'WELEC','VAR') # psspy.var_channel([-1,L+4] ,'REECCVAR ,'REECC_VAR 40 2 Residual_Energy')

Residual_Energy') # ierr, K = psspy.windmind(40,'2', 'WELEC','STATE')

psspy.statechannel([-1,K+6],'REECCSTATE 'WELEC','STATE') # psspy.state_channel([-1,K+6],'REECC_STATE 40 2 Energy_Output')

Energy_Output')

I wanted above code in the following format: (just example is given here) here)

psspy.windmind([4,2,40],"1",r"""WELEC""")
psspy.statechannel([5,2,40],"1",r"""WELECSTATE""")

psspy.state_channel([5,2,40],"1",r"""WELEC_STATE""")