![]() | 1 | initial version |
I have written user defined model for excitation system with 12 constants. it has been successfully compiled. when I included in the dynamic simulation it is able to take 6 constant values only. below is the format statement. FORMAT(I7,' ''USRMDL'' ',A,' ''PSS_EDN'' 4 0 0 6 2 0 4 0 0 6 2 0'/ & 7X,12(G12.12,3X),' /')
I am unable to find the error in format that can take 12 variables when I use it in dynamic simulation. Can anyone please help where is the error That I made in the above format