
GET (group execute trigger)
GET is a GPIB trigger that is used as an arm, scan and/or measure event to control operation.
The Model 2000 multimeter reacts to this trigger if it is the programmed control source. The
control source is programmed from the SCPI: TRIGger subsystem.
With the instrument programmed and waiting for a GPIB trigger, the following program frag-
ment will provide the GET:
Program fragment
PRINT #1, "trigger 16"
'Trigger 2000 from over the bus
This sends IEEE-488 commands UNT UNL LISTEN 16 GET. When the command is execut-
ed, the trigger event occurs. (The command TRIGGER just sends GET. Any other listeners are
triggered when the command is executed.)
SPE, SPD (serial polling)
Use the serial polling sequence to obtain the Model 2000 serial poll byte. The serial poll byte
contains important information about internal functions, (see “status structure”). Generally, the
serial polling sequence is used by the controller to determine which of several instruments has
requested service with the SRQ line. However, the serial polling sequence may be performed at
any time to obtain the status byte from the Model 2000 multimeter.
Program fragment
PRINT #1, "spoll 16"
'Serial poll the 2000
INPUT #2, S
'Read serial poll byte
PRINT S
'Display the decimal value of the
serial poll byte
Remote Operation
4-17
Summary of Contents for 2000
Page 1: ...Model 2000Multimeter User s Manual A G R E A T E R M E A S U R E O F C O N F I D E N C E...
Page 13: ...1 General Information...
Page 19: ...2 Basic Measurements...
Page 54: ...2 36 Basic Measurements...
Page 55: ...3 Measurement Options...
Page 87: ...4 Remote Operation...
Page 139: ...5 SCPI CommandReference...
Page 215: ...A Specifications...
Page 226: ...A 12 Specifications...
Page 227: ...B Statusand ErrorMessages...
Page 233: ...C Example Programs...
Page 246: ...C 14 Example Programs...
Page 247: ...D Models196 199and 8840A 8842ACommands...
Page 255: ...E IEEE 488 BusOverview...