Unable to make a sine wave.
Hi Daniel,
Don't worry, you are creating a sine wave. Set cycle~ at something like 8-10hz and you will see a sine wave in the scope. Scope does not display a pixel for every sample (default is 256 samples per pixel) so at high pitches every oscillation cannot be displayed. Go to the scope inspector and play around with the Calccount values and you will see what I mean.
ps. try setting the Calcount at 2 samples per pixel and you will see the sine wave.
Hope this helps,
Mark
Yeah that sorted it.
Thanks Mark!