0

where can I find information about psspy?

  • retag add tags

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.

Luis's avatar
1
Luis
asked 2014-04-30 15:17:18 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

2

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.

nwilson's avatar
100
nwilson
answered 2014-04-30 17:34:04 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

I notice this is now located at C:\Program Files (x86)\PTI\PSSEXplore34\DOCS\API.pdf good luck

Quetzalcohuatl's avatar
1
Quetzalcohuatl
answered 2019-10-02 14:57:49 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

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.

SC's avatar
30
SC
answered 2014-06-16 17:33:51 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer