How can I get more numbers after the decimal for TIME in SET,LIST? SET,LIST is giving the value of TIME to only 5 significant figures.


There is no way to increase the number of significant figures for SET,LIST. You can get 6 significant figures using PRVA,1 in POST26. Also, the /FORMAT command can be used to increase this number (see example below).

Another advantage of using POST26 to do this is the ability to VPUT to put variable 1 into an array to export it to another application

/prep7
et,1,3
r,1,.1
mp,ex,1,1e6
mp,nuxy,1,.3
n,1
n,2,10
e,1,2
d,1,all
fini

/solu
time,100
nsub,77
f,2,fy,1
outres,nsol,1
solve
fini
/post26
nsol,2,2,ux
/format,,F,18,6
prva,1





Show Form
No comments yet. Be the first to add a comment!