KNOWLEDGEBASE
Item #: 1041 |
Created: 4/1/2013
Categories: Oscilloscope - DL1700/1600/1500, Oscilloscope - DL6000/DLM6000, Oscilloscope - DL7400, Oscilloscope - DL9000/SB5000, Oscilloscope - DLM2000, Oscilloscope - Software
How Can I Programatically Verify if the Calculations for Waveform Parameters are Completed?
Resources:
Solution:
There are two methods to programmatically determine if the calculations for waveform parameters is completed on the DL series oscilloscopes.
- Send the :MEAS:WAIT? command.
This will ensure that no other commands are executed until the measurement phase is completed. Please see the attached Pic1.jpg diagram to view the implementation of this method in LabVIEW. - Monitor Bit-8 of the Extended Event Register
This method must be completed in two parts. The first part sets the instrument to monitor the falling edge of bit-8 of the Extended Event Register. The second part will be to read the value of the register.
i. Send the :STATUS:FILTER8 FALL command to set the instrument to monitor
ii. Send the :STATUS:EESR? command to read the return value of the register. This value will be 128 when the waveform parameter calculations are complete. Please see the attached Pic2.jpg diagram to view the implementation of this method in LabVIEW.


