08-20-2013 01:33 PM
Hello,
I need to acquire waveform for a period of 5 seconds starting from zero. I use strip waveform chart. How to assign the starting of the X - axis as zero and final value on X scale as 5.
Thanks and Regards
08-20-2013 02:17 PM - edited 08-20-2013 02:20 PM
You just need to write to a couple of properties - XScale.Range.Minimum and Xscale.Range.Maximum. If you are not sampling once a second, write to the multiplier property.