You need to specify the full filename … psse2mpc(‘loadflow.raw’)
> On Nov 26, 2018, at 11:31 AM, Atif Naveed <[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]> 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 >> >
