First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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
2 | No.2 Revision |
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