where can I find information about psspy?
I can't find any info about module psspy. I need to know what functions it has, what they do, what inputs they need and what outputs they give.
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I can't find any info about module psspy. I need to know what functions it has, what they do, what inputs they need and what outputs they give.
PSSE comes with an API manual that contains all the psspy functions. Search for API.pdf in your PTI installation folder. Mine is found at C:\Program Files (x86)\PTI\PSSE32\DOCS\PSSEAPI.
I notice this is now located at C:\Program Files (x86)\PTI\PSSEXplore34\DOCS\API.pdf good luck
There is another way to get such information if you have PSSE installed.
Open PSSE,
At button of its window, change Language from PSSE Response to Python,
Then type following commands at Command
import psspy
help (psspy)
Copy, paste and save the text to your own document.
Asked: 2014-04-30 15:17:18 -0500
Seen: 5,895 times
Last updated: Oct 02 '19