First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
maybe you have the options set incorrectly for rawd_2. Here's an example to try:
psspy.rawd2(0,1,[1,1,1,0,0,0,0], 0, 'rawfile_out.raw')
Frequently helpful to record a script while doing something manually and use that to get the correct options for a particular call.
I also avoid using snap files. Instead I reload the dyr and make any necessary dynamic solution settings for each run. In my opinion, snap files just hide old settings in an unreadable binary format.