Program examples
All examples presume QuickBASIC version 4.5 or higher and a CEC IEEE-488 interface
card with CEC driver version 2.11 or higher, with the Model 2002 at address 16 on the IEEE-
488 bus.
Changing function and range
The Model 2002 has independent controls for each of its measurement functions. This means,
for example, that autorange can be turned on for DC voltage while leaving it off for AC voltage.
Another difference is in the parameter to the range command. In our older instruments, a sin-
gle number was used to denote each range. The parameter of the SCPI
RANGe
command is given
as "the maximum value to measure." The instrument interprets this parameter and goes to the
appropriate range. When you query the range with
RANGe?
the instrument sends back the full-
scale value of its present range.
The following example program illustrates changing function and range. It sets the range for
several functions, then takes readings on each of those functions.
Note that the Model 2002 rounds the range parameter to an integer before choosing the ap-
propriate range. Sending
VOLTage:DC:RANGe 20.45
will set the Model 2002 to the 20V range.
3-18
IEEE-488 Bus Operation
Содержание 2002
Страница 1: ...Model 2002Multimeter Getting Started 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...
Страница 8: ...1 FrontPanel Operation...
Страница 25: ...1 18 Front Panel Operation...
Страница 26: ...2 Measurement Options...
Страница 55: ...3 IEEE 488Bus Operation...
Страница 84: ...4 Specsand Accessories...