FORTRAN PSSE modules
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.
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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.
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.
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.)
Asked: 2024-10-21 11:38:28 -0500
Seen: 219 times
Last updated: Nov 02