Ask Your Question

Revision history [back]

click to hide/show revision 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)