Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

@Thomas Ebdrup, try @terrytian 's method, but you don't need import psspy if you are just going to export PV to excel. Import psspy and initialize it may create some trouble to you if your PSS/E environment is not probably set.

The problem with import pssexcel within PSS/E is known problem to PTI. It is caused by the different version of VC++ compiler used for PSS/E python modules and the Python 2.7 win32api module. The C++ runtime library used by PSS/E is not compatible with Python 2.7 module. But you can work around using @terrytian 's method.