Ask Your Question

TdeSilva's profile - activity

2022-05-16 13:40:52 -0500 received badge  Famous Question (source)
2022-04-28 06:27:35 -0500 received badge  Notable Question (source)
2022-04-25 04:05:33 -0500 received badge  Popular Question (source)
2022-04-22 09:03:57 -0500 asked a question Extract data using dyntools PSSE35

I used PSSE 35 for dynamic studies. I tried to extract my output data using dyntools. I used both output formats .out and .outx as follows. import psspy import dyntools

Both time I failed and got the below error message. Extended dynamics channel output file format (.outx) can not be processed from dyntools in PSSE version 33. Instead use dynamics channel output file format (.out). The dyntools module from PSSE version 34 or later can be used to process .outx files.

Error reading file, ignored:

I also tried to extract data for each channel using "Export to Excel". It also does not success.

2022-04-22 08:58:18 -0500 asked a question Extract Data with dyntools PSS?E 35

I use PSSE 35.0 for dynamic studies. I tried to export my output channel data to excel using "Export to Excel" and it did not work. Then I tried to use dyntools as below. import psspy import dyntools chnfobj = dyntools.CHNF(output_file)

I used both output formats .out and .outx. Both times I failed.

Extended dynamics channel output file format (.outx) can not be processed from dyntools in PSSE version 33. Instead use dynamics channel output file format (.out). The dyntools module from PSSE version 34 or later can be used to process .outx files.

Error reading file, ignored: xx.out, xx.outx