First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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.
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""")
2 | No.2 Revision |
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', 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""")