First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hello all, I was trying to add a wind generator to a system through these lines: psspy.machinedata2(1,"2", [1,1,0,0,0,1], [10,-5,9999,-9999,9999,-9999,900,0.0025,0.25,0,0,1,1,1,1,1,1]) psspy.addwindmodel(1,r"""2""",1,r"""REGCA1""",1,[1],[""],14,[ 0.017, 10.0, 0.1, 0.05, 1.22, 1.2, 0.2, 0.05,-1.3, 0.02, 0.05, 1.22,0.0, 0.7]) psspy.addwindmodel(1,r"""2""",2,r"""REECCU1""",5,[0,0,1,0,1],["","","","",""],45,[-99.0, 99.0, 0.01,-0.05, 0.05, 15.0, 0.75,-0.75, 1.0, 0.05, 0.75,-0.75, 1.1, 0.9,0.0, 1.0,0.0, 1.0, 0.017, 99.0,-99.0, 1.0,-0.667, 1.11, 0.017,0.0, 0.75, 0.2, 0.75, 0.5, 0.75, 1.0, 0.75, 0.2, 1.11, 0.5, 1.11, 0.75, 1.11, 1.0, 1.11, 999.0, 0.9, 0.8, 0.2])
But I am getting error. Messages for api ADDWINDMODEL Unknown model name: REECCU1 (000293) Does anyone know why this might happen?
2 | No.2 Revision |
Hello all,
I was trying to add a wind generator to a system through these lines:
psspy.machinedata2(1,"2", lines:
psspy.machine_data_2(1,"2", [1,1,0,0,0,1], [10,-5,9999,-9999,9999,-9999,900,0.0025,0.25,0,0,1,1,1,1,1,1])
psspy.addwindmodel(1,r"""2""",1,r"""REGCA1""",1,[1],[""],14,[ psspy.add_wind_model(1,r"""2""",1,r"""REGCA1""",1,[1],[""],14,[ 0.017, 10.0, 0.1, 0.05, 1.22, 1.2, 0.2, 0.05,-1.3, 0.02, 0.05, 1.22,0.0, 0.7])
psspy.addwindmodel(1,r"""2""",2,r"""REECCU1""",5,[0,0,1,0,1],["","","","",""],45,[-99.0, psspy.add_wind_model(1,r"""2""",2,r"""REECCU1""",5,[0,0,1,0,1],["","","","",""],45,[-99.0, 99.0, 0.01,-0.05, 0.05, 15.0, 0.75,-0.75, 1.0, 0.05, 0.75,-0.75, 1.1, 0.9,0.0, 1.0,0.0, 1.0, 0.017, 99.0,-99.0, 1.0,-0.667,
1.11, 0.017,0.0, 0.75, 0.2, 0.75, 0.5, 0.75, 1.0, 0.75, 0.2, 1.11, 0.5, 1.11, 0.75, 1.11, 1.0, 1.11, 999.0, 0.9, 0.8, 0.2])0.2])
But I am getting error. Messages for api ADDWINDMODEL Unknown model name: REECCU1 (000293) Does anyone know why this might happen?