09-08-2019 10:57 PM
Hello everyone
I am using oscilloscope (Tektronix MSO5104B). In the driver, I doubted that How the configure Timebase.vi used for? In this vi has 3 items: Timebase, Record Length, and Position. If I want to change sampling rate of oscilloscope by using LabVIEW, Can I set from these item? Or If you have any way better, Please suggest me 🙂
Thank you
Solved! Go to Solution.
09-09-2019 07:27 AM
Timebase = sample rate, in this case Seconds/Sample
Record Length = number of samples to read
Position = where you want T0 to be in the display, this is also often called "Delay"
09-09-2019 11:38 AM - edited 09-09-2019 11:40 AM
A little Oscilloscope 101 is in order here:
In a traditional analog scope, the time base is the frequency the scope is sweeping the beam across the screen and is measured in time/division on the screen
For a modern digital scope: The combination of sampling frequency and record length forms the time base of an oscilloscope.
But chances are the sampling rate is set by a different VI than the one you showed. Modern digital storage oscilloscopes are still oscilloscopes not raw DAQ hardware. So sample rate while tied to the time base is still somewhat independent. Therefore may not be included in your Horizontal vi but in some other "lower level vi" or advanced configuration vi.