First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Dyntools can only be used with the (old?) OUT format and not with the (new?) OUTX format. PTI said it is preparing an API to use functions within dyntools, compatible with both format types.
Within a python script, to select the (old?) OUT format for the *.OUT file, use:
psspy.set_chnfil_type(0) #1 for OUTX format, 0 for (old) OUT format
psspy.strt(1,myout)