DCL:GRPH2:UEPACK: Tone Fill Routines: Explanation of Subroutines
Sets the value of the tone level used by uetone by the minimum & maximum values and step size, or by the number of levels.
NumRu::DCL.uegtla(xmin,xmax,dx)
xmin, xmax (R) The minimum and maximum values of the tone levels. The levels do not necessarily need to have conveniently rounded numbers. dx (R) When dx<0, uses dx as the step size. When dx=0, inquires 'NLEV' and generates approximately nlev tone levels. When dx>0, generates approximately INT(ABS(DX)) tone levels.