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

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked Jul 29 '18

ing_psspy gravatar image

User models PSSE fortran

I dont know why in the Program Operation Manual of PSSE, in the chapter Model Writing, in the example of a simple excitation system:

STATE(K) = Esensed STATE(K+1) = E

are obtenided of the diagram block, but in the subroutine of the MODE 1 in de FORTRAN CODE the states are:

STATE(K)=ECOMP(I) STATE(K+1)=EFD(I)