First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
2

FORTRAN PSSE modules

asked Oct 21 '4

Swaraj gravatar image

Hi,

I am learning to write Fortran code for creating user model DLLs. Is there any documentation available regarding available subroutines in PSSE that can be used in the FORTRAN code.

Any leads would be helpful.

2 answers

Sort by » oldest newest most voted
1

answered Nov 2 '4

WN gravatar image

In the POM you can find calls that you can use to identify a Bus sequence number or a Machine index number and so on, which can be useful, but you won't find a long list of calls in there. You probably use API calls in your Python programs; remember that you can also use these same calls in your Fortran user-models as well. I am not sure what you are looking for, but you may find the API calls helpful.

link
1

answered Oct 26 '4

Alex P gravatar image

There are some fortan commands in the documentation and there are examples around. But there are a lot of fortran commands that aren't in any official documentation, and PTI won't share a full set of commands. (I think it's so that people are more likely to pay them for model development.)

link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Oct 21 '4

Seen: 259 times

Last updated: Nov 02 '24