It seems like it’s probably not a valid PSS/E RAW file. I can try to help if you send me the file off-list.
Ray > On Dec 7, 2018, at 3:10 PM, Atif Naveed <[email protected]> wrote: > > > Hi Ray > > I am trying the suggested command bit its not working with following message:- > > >> pssetompcconversion > Reading file 'final power flow_dont alter.raw' ......................... done. > Splitting into individual lines ................... 23547 lines read ... done. > Analyzing sections ..................................... 23 sections ... done. > Attempting to determine PSS/E revision from content. > Parsing case identification data ...Error using psse_parse (line 87) > ERROR: Probable corrupt file, unable to read a valid SBASE value from the > first line. > > Error in psse2mpc (line 71) > [data, warnings] = psse_parse(records, sections, verbose, rev); > > Error in pssetompcconversion (line 2) > psse2mpc(file); > > can you please guide in this regard. > > Thanking you in anticipation. > > Regards, > Atif > > > > On Monday, November 26, 2018, 12:44:14 PM MST, Ray Zimmerman > <[email protected]> wrote: > > > You need to specify the full filename … > > psse2mpc(‘loadflow.raw’) > >> On Nov 26, 2018, at 11:31 AM, Atif Naveed <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi Ray >> >> Thanks for your response, I have used the suggested command but following >> error occurred:- >> >> >> psse2mpc('loadflow') >> Reading file 'loadflow' >> ................................................Error using fileread (line >> 26) >> Could not open file loadflow. No such file or directory. >> >> Error in psse_read (line 56) >> str = fileread(rawfile_name); >> >> Error in psse2mpc (line 68) >> [records, sections] = psse_read(rawfile_name, verbose); >> >> I have the loadflow.raw file in the same directory, but error shows >> otherwise. Your valuable suggestion will be really helpful. >> >> Thanks and Regards, >> Atif >> >> >> >> >> On Monday, November 26, 2018, 8:33:56 AM MST, Ray Zimmerman >> <[email protected] <mailto:[email protected]>> wrote: >> >> >> I do not use PSS/E, so I’m not sure of the details of the .sav format. >> MATPOWER can read PSS/E RAW file format using the psse2mpc() >> <http://www.pserc.cornell.edu/matpower/docs/ref/matpower6.0/psse2mpc.html> >> function. It’s possible that a .sav file is the RAW format, but if not I >> suspect that PSS/E can convert it to the RAW format for you. >> >> Best, >> >> Ray >> >> >> >>> On Nov 20, 2018, at 8:11 AM, Atif Naveed <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> Hi >>> >>> Good morning >>> >>> I have done load flow analysis in PSS/E, now I want to use MATPOWER . Is >>> there any way of converting .sav file of PSS/E to MATPOWER. Your guidance >>> is required please. >>> >>> Regards, >>> Atif >>> >> >
