15.78.4.2 Examples

- TD:X FROM 0 to 360 by 5 TD:Y="SINE<XV>" Generates a sine wave between 0 and 360 degrees in 5 degree steps. TD:Y=Y TIMES 10 or... TD:Y="YV*10" Both multiply y by the constant value 10.0. The first method is faster, and it also multiplies DY by the constant, while the expression does not alter DY.