Ask Your Question

Sidharth's profile - activity

2020-07-28 19:35:12 -0500 received badge  Notable Question (source)
2020-07-28 19:35:12 -0500 received badge  Famous Question (source)
2020-07-25 20:32:56 -0500 received badge  Popular Question (source)
2020-07-24 11:13:55 -0500 received badge  Editor (source)
2020-07-24 11:13:02 -0500 asked a question how to close an out file after it is opened in dyntools

Hi, I am using dyntools to open a out file, below is the command which I am using:

chnfobj = dyntools.CHNF(outFile)

In PSSE 34.4 after running a python script with above line, I am not able to access the out files used by dyntools until I close the PSSE manually. I have not faced this issue in previous version like 34.2. Do we have any command which can be added to the python script to close the open file in dyntools so that the same out file can be accessed outside PSSE environment also without having the need to close PSSE.

Thanks

2020-07-24 11:04:07 -0500 asked a question how to close a file in dyntools

how to close a file in dyntools