TDS5000B Online Programmer Guide
-- 1 8 4 --
H• RPBinary
This specifies the positive integer data--point representation, with the
most significant byte transferred first.
When :BYT_Nr is 1, the range from 0 through 255. When :BYT_Nr
is 2, the range is from 0 to 65,535. When :BYT_Nr is 8, then the wa-
veform being queried has been set to Fast Acquisition mode. The cen-
ter of the screen is 127. The upper limit is one division above the top
of the screen and the lower limit is one division below the bottom of
the screen.
H• FPBinary
This specifies the floating point (width = 4) data.
The range is from --3.4 × 10
38
to 3.4 × 10
38
. The center of the screen
is 0. The upper limit is one division above the top of the screen and
the lower limit is one division below the bottom of the screen.
The FPBinary argument is only applicable to math waveforms or ref
waveforms saved from math waveforms.
H• SRIbinary
This is the same as RIBinary except that the byte order is swapped,
meaning that the least significant byte is transferred first. This format
is useful when transferring data to IBM compatible PCs.
H• SRPbinary
This is the same as RPBinary except that the byte order is swapped,
meaning that the least significant byte is transferred first. This format
is useful when transferring data to PCs.
H• SFPbinary
This specifies floating point data in IBM PC format.
The SFPbinary argument only works on math waveforms or ref wave-
forms saved from math waveforms
DATa and WFMOUTPRE Parameter Settings
WFMOUTPRE Settings
DATa:ENCdg Setting
:ENCdg :BN_Fmt :BYT_Or :BYT_NR
ASCii ASC N/A N/A 1, 2, 4, 8
FAStext BIN RI/FP MSB 1, 2, 4
RIBinary BIN RI MSB 1, 2, 8
RPBinary BIN RP MSB 1, 2, 8
FPBinary BIN FP MSB 4
SRIbinary BIN RI LSB 1, 2, 8
SRPbinary BIN RP LSB 1, 2, 8
SFPbinary BIN FP LSB 4