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