First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
CALL VLTFR6(VLTI,BASVLT(IB)) IBPTR = 0 CALL ADINTN (JJ,CB1,IBPTR) WRITE(IPRT,17) IBUS,BUSNAM(IB),VLTI,IM,J,CB1,K,L WRITE(IPRT,27) (CON(I),I=J,JJ)
this is a part of a flecs code from the maxex1 model , when mode 5 is executing , i couldnt find in the manual what this functions are and in the code it says that are external, so i would aprecciate if somebody explain this VLTFR6 function and the ADINTN function , also what is IPRT?
2 | No.2 Revision |
CALL VLTFR6(VLTI,BASVLT(IB)) IBPTR = 0 CALL ADINTN (JJ,CB1,IBPTR) WRITE(IPRT,17) IBUS,BUSNAM(IB),VLTI,IM,J,CB1,K,L WRITE(IPRT,27) (CON(I),I=J,JJ)
this is a part of a flecs code from the maxex1 model , when mode 5 is executing , i couldnt find in the manual what this functions are and in the code it says that are external, so i would aprecciate if somebody explain this VLTFR6 function and the ADINTN function , also what is IPRT?