Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 PSS/E 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 it.

Thanks

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 PSS/E 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 it.PSSE.

Thanks