Reputation: 317
I am working on power system modeling using PSS/E and C++. PSS/E (34.2) is used for the system representation. C++ is used for the dynamic simulation. The system parameters have been set in PSS/E. Via functions in C++, these parameters are recquiered for running the dynamic simulation in C++. Then the outputs are saved and re-entered to PSSE/E.
The communication between the two enviroments is performed with Fortran UMI (User Model Interface).
I couldn't find any simple example of such interface. I need a simple case to understand how the two software tools (PSS/E and C++) interact via FORTRAN
Anu idea?
Upvotes: 0
Views: 1133