Generates an array containing a ramp pattern.

If the sequence X represents Ramp Pattern, this VI generates the pattern according to the following equation.
xi = x0 + i
x
for i = 0, 1, 2, …, n – 1,
where x0 is the start,
x = (end – start)/m; m = n – 1; and n is the number of samples.
The Ramp Pattern VI does not impose conditions on the relationship between start and end. Therefore, the Ramp Pattern VI can generate ramp-up and ramp-down patterns.