Programming, In this chapter, Gpib addresses – Agilent Technologies Multiple Channel Controller 85330A User Manual

Page 75: Long and short command syntax, Chapter 6, Chapter 6, “programming

Advertising
background image

85330A Multiple Channel Controller

6-1

Programming

6

Programming

In This Chapter

This chapter provides a general programing of the operation for the Agilent
85330A and a detailed description of the programming codes. Several
scenarios and examples are given.

GPIB addresses

Definition of terms

To choose a measurement configuration

To use Direct control

To use run-time control mode

Programming examples

GPIB Addresses

Using GPIB commands, the 85330A can be set up prior to run-time followed
by an GPIB command to pass run-time control to the 85330A. This is called
run-time control mode. The 85330A can also directly control switch states
and issue triggers using GPIB commands. This is called direct control.

BASIC is used for all examples. To address the 85330A, a secondary GPIB
address is needed. In most cases the complete GPIB address would be
70918:

“7” refers to the select code of the GPIB address.

“09” is the GPIB address of the 85330A multiple channel controller.

“18” is the secondary address of the E1330A/B DIO card. This is a
board that is inside the multiple channel controller.

Long and Short
Command Syntax

The GPIB commands have a long and short form. The upper-case characters
represent the short form and the complete set of characters represent the long
form. Example, ROUTe:CLOSe is the complete or long from of the GPIB
command while the abbreviated or short form is ROUT:CLOS.

Advertising