07-04-2024 06:04 AM
Currently, I am successfully using the VISA driver for the Tektronix MDO3034 oscilloscope to read waveform measurements.
However, this does not work when the oscilloscope is in STOP mode, as the various Read Waveform Measurements vi's always initiate waveform acquisition before extracting the desired measurements.
In some instances, I would instead prefer:
I was not able to identify any suitable vi.
Has someone else in this forum ever faced the same problem?
Many Thanks
Luca
07-10-2024 04:05 PM
The data should be there, all you would have to do is read back the current memory.
You would not reset teh instrument, you would not trigger a new measurement, you would simply initialize communication and read memory. What have you tried? Post your VIs (<2020) and we should be able to help.
Craig
07-18-2024 12:39 PM - edited 07-18-2024 12:41 PM
At the end I solved my problem by switching to a different VI, the Fetch Waveform Measurements In Memory.vi.
In fact, I had originally discarded it after reading its Context Help, which starts with "Firstly, initiates an acquisition on the channel ...."
I was hence mislead into thinking that it would also result in the same problem, but in fact it does not try at all to first initiate a new acquisition, it simply reads whatever has already been captured on the scope.
Thanks, anyway
Luca