First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Check the python code "dyntools_demo.py" located in the "example" folder, to extract (all or selected) channels in an *.out file. To get a description of the functions available in "dyntools.pyc", run the following code:
#display help in module dyntools.pyc
import psse33
import dyntools
help(dyntools)