0

create snap file snp

Hi,

I am a new user of the PSSE. I have .sav and .dyr files for a sample case but I will appreciate it if someone knows how can I create a .snp file from them.

Thanks

sobhanB's avatar
1
sobhanB
asked 2023-02-19 16:12:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

0

I prefer to avoid snap files. With a proper python script, it's easy to rerun the steps required before a dynamics run, and then I know the information is fresh.

.snp files just capture and hide stale information :D

Alex P's avatar
46
Alex P
answered 2023-02-20 08:54:02 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

There should be some documentation in this. 1. Load the sav case. 2. Convert the loads and generators. 4. You can save the converted case. 5. Load the dyr file. 6. Initialize the case. 7. You can now save the .snp file. This saves the initialized snapshot before any simulation has occurred.

This is brief. There are tutorials on YouTube. I would look for a tutorial walking you through using the savenw file provided as an example with PSSE.

GaryB's avatar
1
GaryB
answered 2023-02-19 18:53:20 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

A good procedure to create a snapshot is:

  1. Open saved case
  2. Open dynamic raw data file (.dyr)
  3. Change dynamic options and solution parameters (if needed)
  4. Add channels
  5. Save snapshot file (.snp)

A good procedure to perform a dynamic simulation is:

  1. Open saved case

  2. Open snapshot

  3. Convert load and generators

  4. Initialise simulation and define the name of the output file

  5. Simulate the disturbance with a combination of commands (RUN, Bus fault, Clear fault, trip line, etc.). A predefined script is recommended for this.

perolofl's avatar
3.8k
perolofl
answered 2023-02-20 03:05:27 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer