Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Google is your friend, my friend.

https://psspy.org/psse-help-forum/question/3611/extract-data-with-dyntools-and-plot-with-matplotlib/

chnfobj = dyntools.CHNF('your path to the .outx file') short_title, chanid, chandata = chnfobj.get_data()

Google is your friend, my friend.

https://psspy.org/psse-help-forum/question/3611/extract-data-with-dyntools-and-plot-with-matplotlib/

``` chnfobj = dyntools.CHNF('your path to the .outx file') short_title, file')

shorttitle, chanid, chandata = chnfobj.get_data() chnfobj.getdata() ```

Google is your friend, my friend.

https://psspy.org/psse-help-forum/question/3611/extract-data-with-dyntools-and-plot-with-matplotlib/

``` chnfobj = dyntools.CHNF('your path to the .outx file')file') short_title, chanid, chandata = chnfobj.get_data()

shorttitle, chanid, chanid and chandata = chnfobj.getdata() ``` are Python dictionaries with key set to channel number.