RIGOL
© 2008 RIGOL Technologies, Inc.
Programming Guide for DM3000 Series
4-2
Example 1 : Reading Statistic
Purpose:
To achieve the maximum statistic.
In maximum statistic calculation, the first reading is regarded as the maximum. If
continuing measuring, the multimeter is updating the readings. Until catching the
maximum, the multimeter is beeping(the beeper must be on).
The programming steps:
0
*RST
/*reset */
1
*IDN?
/*query equipment ID*/
2
:function:voltage:AC /*turn on AC voltage measure function*/
3
:measure AUTO
/*set measure methode as auto*/
4
:calculate:function:max /*turn on maximum statistic calculation function*/
5
:calculate:statistic:max? /*query the the measurement maximum AC voltage*/
6
:calculate:statistic:count? /*query the automatic measurement number*/
Remarks:
1.
The fifth command returns the current maximum AC voltage.
2.
The sixth command returns the automatic measurement number.