Agilent Technologies A.18.00 User Manual Page 215

  • Download
  • Add to my manuals
  • Print
  • Page
    / 581
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 214
215
IEEE 488.2 Common Commands
Example program: Using *OPC through polling of the Standard Event Status Register
10 INTEGER Stdevnt_reg_val
20 OUTPUT 714;"DISP RFG;RFG:OUTP ’Dupl’;AMPL 0 dBm;FREQ 320 MHz;*OPC"
30 LOOP
40 OUTPUT 714;"*ESR?" ! Poll the register
50 ENTER 714;Stdevnt_reg_val
60 EXIT IF BIT(Stdevnt_reg_val,0) ! Exit if Operation Complete bit set
70 END LOOP
80 PRINT "All operations complete."
90 END
Page view 214
1 2 ... 210 211 212 213 214 215 216 217 218 219 220 ... 580 581

Comments to this Manuals

No comments