Please suggest me on how to get the .seq file in PSSE
Hii All, I am trying to generate the .seq file for converting the network into RSCAD. So, please suggest me how I can get the sequence data in PSSE.
Hii All, I am trying to generate the .seq file for converting the network into RSCAD. So, please suggest me how I can get the sequence data in PSSE.
The API command to write sequence data to a file is:
psspy.rwsq_2(0,1,[1,1,1,0,0],0,"file.seq")
Of course, sequence data can only be exported if the the data is present in the network (saved case).