Hi,
I get node temperature via command
*GET,Par,NODE,N,NTEMP
which works. But if I want to do same for n load steps
*GET,Par,ACTIVE,0,SET,NSET
*DIM,Par2,ARRAY,Par
*DO,i,1,Par
SET,i,1
*GET,Par2(i),NODE,N,NTEMP
*ENDDO
I get only the last time step temperature. The result file is from...