
SREAL will select the binary IEEE754 single precision data format. Figure
5-2 shows the normal byte order format for each data element. For example,
if three valid elements are specified, the data string for each reading conver-
sion is made up of three 32-bit data blocks. Note that the data string for each
reading conversion is preceded by a 2-byte header that is the binary equiva-
lent of an ASCII # sign and 0.
DREAL selects the binary IEEE754 double precision data format and is
shown in Figure 5-3 (normal byte order shown). This format is similar to the
single precision format except that it is 64 bits long.
Byte 1
7
0
Header
# 0
Byte 2
7
0
Byte 3
7
0
Byte 4
7
0
s
e
f
s = sign bit (0 = positive, 1 = negative)
e = exponent bits (8)
f = fraction bits (23)
Normal byte order shown. For swapped byte order,
bytes sent in reverse order: Header, Byte 4, Byte 3,
Byte 2, Byte 1.
The Header is only sent once for each measurement conversion.
Byte 1
7
0
Header
Byte 2
7
0
Byte 7
7
0
Byte 8
7
0
s
e
f
s = sign bit (0 = positive, 1 = negative)
e = exponent bits (11)
f = fraction bits (52)
Normal byte order shown. For swapped byte order,
bytes sent in reverse order: Header, Byte 8,
Byte 7 .... Byte 1.
The Header is only sent once for each measurement conversion.
Bytes 3, 4, 5, and 6 not shown.
# 0
SCPI Command Reference
5-29
Figure 5-2
IEEE754 single
precision data
format (32 data
bits)
Figure 5-3
IEEE754 double
precision data
format (64 data
bits)
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...