Generates a waveform containing a sine wave.

If the sequence Y represents Sine Wave, this VI generates the pattern according to the following equation.
y[i] = amp × sin(phase[i]), for i = 0, 1, 2, …, n – 1,
where amp = amplitude, n = number of samples (#s), and phase[i] is:
initial_phase + frequency × 360.0 × i/Fs