Ask Your Question
2

PSSE 34 and 33 CASE INCOMPATIBILITY

asked 2015-10-27 05:28:12 -0500

chaupa gravatar image

I am unable to open any cases saved in version 34 with PSSE version 33. Is there a way to save files for compatibility?

edit retag flag offensive close merge delete

Comments

Thanks for your reply Gustavo. Can you please be more specific? I know that previous versions can be selected when saving *.raw files but there is no tab like that when saving *.sav files.

chaupa gravatar imagechaupa ( 2015-10-28 04:46:57 -0500 )edit

I have this issue also with PSSE V35 and want to save as PSSE V34, but have no options available

EMag gravatar imageEMag ( 2021-05-05 16:24:09 -0500 )edit

4 answers

Sort by » oldest newest most voted
1

answered 2024-11-03 21:23:24 -0500

sanyad gravatar image

Can we export V35 SAV file to SEQ file as well by PSSPY api? Pl share the prompt for the same.

edit flag offensive delete link more

Comments

1

Absolutely, there's a corresponding API command for writing backwards compatible seq files too: psspy.writeseqversion_2(vernum = '34', out = 0 , ofile = 'Filename.seq', gzoptn = 0)

QuinnP gravatar imageQuinnP ( 2024-11-06 19:17:55 -0500 )edit
1

answered 2023-01-24 01:46:22 -0500

QuinnP gravatar image

Whilst PSSE doesn't seem to have a way to make backwards-compatible sav files, backwards compatible raw files can still be made. This can be done through the API as mentioned, or, to do this in python the writerawversion function will get you there. For example, when using PSSE 35, to save your case as a PSSE 34 compatible raw file you could use the following command.

psspy.writerawversion(vernum = '34', out = 0, ofile = 'Filename.raw')

edit flag offensive delete link more
1

answered 2024-11-12 11:12:00 -0500

If you own a PSSE v34:

open the case using PSSE v34

Go to File->Save Case As-> Power Flow Raw Data, Previous Versions

Select PSSE(R)E - 33 and click OK to save the RAW file

Open the RAW file in PSSE v33 and save it as SAV

If you do not own a PSSE v34:

You need to ask the person who supplied the sav file to send a v33 sav file, or v33 raw file (using the above steps)

edit flag offensive delete link more

Comments

1

also say the person with v35 to export seq (sequence file) also along with v33 raw file as same will be needed for phase to ground fault calculations. For 3 phase fault calculations, seq file will not be required.

sanyad gravatar imagesanyad ( 2024-11-15 21:05:12 -0500 )edit
0

answered 2015-10-27 20:16:33 -0500

If you have a pssse 34 click on "save case" then locate tab "save previous vesion sav" once there choose a version that you wan‪

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2015-10-27 05:28:12 -0500

Seen: 3,980 times

Last updated: Nov 12