Rigol DM3058E Digital-Multimeter, DMM, DM3058E 数据表

产品代码
DM3058E
下载
页码 192
RIGOL 
Programming Guide for DM3058/DM3058E 
 
                                        
6-15 
operation status register */ 
21  Return 256 
22  *ESR?     
 
    /* Query the event register of the event status register */ 
23  Return 0 
24  :status:questionable?            /* Query the event register of the 
questionable status register */ 
25  Return 0 
26  :status:operation? /* Query the event register of the operation status register */ 
27  Return 256 
28  *cls  
 
 
 
 
 
 
/* Clear the status */ 
 
29  :measure:voltage:dc?  /* Enable DC voltage function and make measurements */ 
30  Return -1.180686E+00 
31  *STB? 
32  Return 0 
33  :status:questionable:condition? 
34  Return 0 
35  :status:operation:condition? 
36  Return 256 
37  *ESR? 
38  Return 0 
39  :status:questionable? 
40  Return 0 
41  :status:operation?   
42  Return 272   
 
 
  /* Change status and make measurements */ 
43  *cls  
 
 
 
 
 
 
/* Clear the status */ 
44  :trigger:single:triggered   
 
/*Execute the single trigge once*/ 
45  *STB? 
46  Return 0 
47  :status:questionable:condition? 
48  Return 0 
49  :status:operation:condition? 
50  Return 256 
51  *ESR? 
52  Return 0 
53  :status:questionable? 
54  Return 0 
55  :status:operation?