Rigol MSO1074Z-S 4-channel oscilloscope, Digital Storage oscilloscope, MSO1074Z-S Manual De Usuario

Los códigos de productos
MSO1074Z-S
Descargar
Página de 172
RIGOL 
DS1000Z Programming Guide 
2-59
 
:MEASure:STATistic:DISPlay 
Syntax 
:MEASure:STATistic:DISPlay <bool> 
:MEASure:STATistic:DISPlay? 
Description 
Enable or disable the statistic function, or query the status of the statistic function.   
Parameter 
Name 
Type 
Range 
Default 
<bool> 
Bool 
{{0|OFF}|{1|ON}} 
0|OFF 
 
Explanation 
When the statistic function is enabled, the oscilloscope makes statistic and displays the 
statistic results of at most 5 measurement items that are turned on last.
 
Return 
Format 
The query returns 0 or 1.   
Example 
:MEASure:STATistic:DISPlay ON 
Related 
Command 
 
 
:MEASure:STATistic:MODE 
Syntax 
:MEASure:STATistic:MODE <mode> 
:MEASure:STATistic:MODE? 
Description 
Set or query the statistic mode. 
 
Parameter 
Name 
Type 
Range 
Default 
<mode>  Discrete 
{DIFFerence|EXTRemum} 
EXTRemum 
 
Explanation 
  DIFFerence: select difference mode. The statistic results contain current value, 
average value, standard deviation and counts.   
  EXTRemum: select extremum mode. The statistic results contain current value, 
average value, minimum and maximum.
 
  Sending the 
 command can enable the statistic function. 
When the statistic function is enabled, the oscilloscope makes statistic and displays 
the statistic results of at most 5 measurement items that are turned on last.
 
Return 
Format 
The query returns DIFF or EXTR.   
Example 
:MEASure:STATistic:MODE DIFFerence    /*Select difference mode*/ 
:MEASure:STATistic:MODE?              /*The query returns DIFF*/ 
Related 
Command