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.
Asked: Oct 21 '4
Seen: 259 times
Last updated: Nov 02 '24