© National Instruments Corp.
5
GPIB Device Simulator EPROM
SENSe:VOLTage:HEADer?
Returns all of the waveform
scaling information in the format
OFFSET=x.xxxxE+x,
RANGE=x.xxxxE+x,
TIME=1E-3<LF>
For integer-formatted waveforms, the offset and range is used to scale the raw
integer data–for example,
scaled
.
point(i)
=
(waveform
.
point(i)
+
offset)
*
range
Example :
SENS:DATA?
Query Simulator for the
waveform
SENS:VOLT:HEAD?
Query Simulator for the
waveform scaling information
"Multimeter Configuration" Commands
These commands simulate the operation of a meter. They return one value
in ASCII floating point.
MEASure:DC?
Returns a random value between
0 to +x in floating point ASCII.
The range of x depends on the
CONFigure:DC
command
CONFigure:DC
DEFault
MEASure:DC?
returns a number
between 0 and 10
MIN
MEASure:DC?
returns a number
between 0 and 1
MAX
MEASure:DC?
returns a number
between 0 and 100
CONFigure:DC?
Returns the current configuration
setting
Example :
CONF:DC MAX
Set the maximum range
CONF:DC?
Query the current DC range. For
example, if the command was
issued after the command above,
it would return
CONF:DC MAX<LF>
MEAS:DC?
Queries one value, for example
1.2308<LF>