path=r'C:\Users\Smartgrid\Desktop\ESP\2_Aggregate_Model\B02_1_Active_Power_Control'
psspy.case(path+'\B02_CASE01_P100_QZ000_SCR20_XR20.sav')
psspy.fdns([0,0,0,1,0,0,99,0])
psspy.fdns([0,0,0,1,0,0,99,0])
psspy.cong(0)
psspy.conl(0,1,1,[0,0],[ 100.0,0.0,0.0, 100.0])
psspy.conl(0,1,2,[0,0],[ 100.0,0.0,0.0, 100.0])
psspy.conl(0,1,3,[0,0],[ 100.0,0.0,0.0, 100.0])
psspy.ordr(0)
psspy.fact()
psspy.tysl(0)
psspy.dyre_new([1,1,1,1],path+'\Sinan_Haesong_WP_Aggregated_B02_1.dyr',"","","")
psspy.dynamics_solution_param_2(realar3=0.001)
psspy.strt_2([0,0],path+'\99_Result.out')
psspy.lines_per_page_one_device(1,60)
psspy.progress_output(2,path+'\99_Result.txt',[0,0])
Where is the error meesage?
Messages for api STRT_2 No network data in memory (005354) I get the following error. I think it's because the code is different from version 33 and version 35 of Python code.
Check the error code from psspy.case.