I am using the Labview tektronix DPO 2000 driver to read data from an oscilloscope. I can easily fetch two channels of data, but they are not simultaneous samples.
The Get Multiple Waveforms routine actually downloads the channels one after the other, and the scope updates the data between scans.
How can I do something like pause the scope long enough to get two channels (1,250,000 samples each) that contain simultaneous data?