Example 6: reading hold, Example 6: reading hold -13 – RIGOL DM3058 User Manual
Page 186

RIGOL
Programming Guide for DM3058/DM3058E
6-13
Example 6: Reading Hold
“Reading Hold” function can get a stable reading and hold it on the screen even when
test lead pens are removed.
The programming implementations——RIGOL Commands
0 *RST
/* Reset the instrument */
1 cmdset rigol /* Select RIGOL commands */
2 *IDN? /* Query the equipment ID and confirm if the multimeter works
normally */
3 /* Connect the test leads for DC voltage measurement */
4 :function:voltage:DC
/* Enable the DC voltage measurement */
5 :measure:voltage:DC
6 :trigger:auto:hold on /* Enable the reading hold function */
7 :trigger:auto:hold:sensitivity 1 /* Set the holding range to “0.1%”*/
Explanations:
Command in line 7 permits multiple threshold ranges, for details, refer to Chapter 3.