Agilent Technologies B1500A Service Manual Page 26

  • Download
  • Add to my manuals
  • Print
  • Page
    / 598
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 25
1-8 Agilent B1500A/B1505A Programming Guide, Edition 11
Programming Basics
Getting Started
To Reset the Agilent B1500
The B1500 returns to the initial settings by the *RST command.
Example OUTPUT @B1500;"*RST"
For the initial settings, see “Initial Settings” on page 2-87.
To Read Query Response
If you enter a query command such as the *TST?, ERR? and so on, the B1500 puts
an ASCII format response to the query buffer that can store only one response. Read
the response as soon as possible after entering a query command.
Example OUTPUT @B1500;"NUB?"
ENTER @B1500;A
This example returns the number of data stored in the data output buffer.
To Perform Self-Test
The B1500 starts the self-test by the *TST? command. The *TST? command also
returns the test result.
Example OUTPUT @B1500;"*TST?"
ENTER @B1500;Code
IF Code<>0 THEN DISP "FAIL: SELF-TEST"
This example starts the self-test, and reads the test result code. For the test result
code, see “*TST?” on page 4-206.
To Perform Self-Calibration
The B1500 starts the self-calibration by the *CAL? command.
Example OUTPUT @B1500;"*CAL?"
ENTER @B1500;Result
IF Result<>0 THEN DISP "FAIL: CALIBRATION"
This example starts the self-calibration, and reads the result, pass or fail. For details,
see “*CAL?” on page 4-57.
Page view 25
1 2 ... 21 22 23 24 25 26 27 28 29 30 31 ... 597 598

Comments to this Manuals

No comments