Interacting with PSSE GUI
I'm trying to determine what hooks the PSSE API has into the PSSE GUI. The only API functions I can find are related to the Graphical Analysis Output.
I would like to:
- Select a bus on the Diagram canvas
- Get the bus number from an API function called from PSSE
Actually, any flow[1] that lets a user choose something in PSSE and use that choice in the API would be appreciated. Is anything like this possible with PSSE?
EDIT: [1] Detecting selected items from the network spreadsheets (bus, branch, machine, etc) would also be helpful, but that ability seems even more unlikely.

Comments
So you are looking for a callback when someone clicks on a Bus. Really great idea, you could do a lot with that.
Has anyone ever tried to use Python to directly wrap the PSSE dll files? We might be able to do this if we can access the guts of PSSE.