MDO3000 Programmer Manual.pdf - 第986页

Commands Listed in A lphabetical Order Examples WFMINPRE:XZER O 5.7E-6 , which indicates the trigger occurred 5.7 µs before the first sample in the waveform. WFMINPRE:XZE RO? might return :WFMINPRE :XZEro –7.500 0E-6 indi…

100%1 / 1158
Commands Listed in Alphabetical Order
Group
Waveform Trans
fer
Syntax
WFMInpre:XUNit <QString>
WFMInpre:XUNit?
Related Commands
WFMOutpre:XUNit?
Arguments
<QString> contains the characters that represent the horizontal units for the
incoming waveform.
Examples
WFMINPRE:XUNIT "HZ" specifies that the horizontal units for the incoming
waveform are hertz.
WFMINPRE:XUNIT? might return :WFMINPRE:XUNIT "s" indicating that the
horizontal units for the incoming waveform are seconds.
WFMInpre:XZEro
This command specifies the position value of the first data point in the incoming
waveform record being sent to the oscilloscope using the
CURVE command.
The units are determined or queried using the
WFMInpre:XUNit command and
are typically time, in seconds, or frequency, in hertz. This time or frequency
is relative to the time or frequency of the trigger, which is always 0. Thus, the
XZEro value can be negative.
(See page 2-95, Waveform Transfer Command Group.)
Group
Waveform Transfer
Syntax
WFMInpre:XZEro <NR3>
WFMInpre:XZEro?
Related Commands
WFMInpre:XINcr,
WFMInpre:XUNit,
WFMOutpre:XZEro?
Arguments
<NR3> is the floating point value of the position, in XUNits, o
f the first sample in
the incoming waveform. If XUNits is “s”, <
NR3> is the time of the first sample in
the incoming waveform.
MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual 2-955
Commands Listed in Alphabetical Order
Examples
WFMINPRE:XZER
O 5.7E-6
, which indicates the trigger occurred 5.7 µs before the
first sample in the waveform.
WFMINPRE:XZE
RO?
might return :WFMINPRE:XZEro –7.5000E-6 indicating
that the trigger occurs 7.5 µs after the first sample in the waveform.
WFMInpre:YMUlt
This command specifies the vertical scale multiplying factor to be used to convert
the incoming data point values being sent to the oscilloscope, from digitizing
levels into the units specified by the
WFMInpre:YUNit command. For one byte
waveform
data, there are 256 digitizing levels. For two byte waveform data there
are 65,536 digitizing levels.
The
WFMI
npre:YMUlt
, WF MInpre:YOFf, and WFMInpre:YZEro values
are used to convert waveform record values to units specified using the
WFMInpre:YUNit command (YUNit units). It uses the following formula (where
dl means digitizing level; curve_in_dl is a data point value in the
CURVe data):
Value in YUNit units = ((curve_in_dl - YOFf) * YMUlt) + YZEro
(See page 2-95, Waveform Transfer Command Group.)
NOTE. For a given waveform record, YMUlt, YOFf, and YZEro have to be a
consistent set, otherwise v ertical cursor readouts and vertical measurements may
give incorrect results.
Gro
up
Waveform Transfer
Syntax
WFMInpre:YMUlt <NR3>
WFMInpre:YMUlt?
Related Commands
DATa:DESTination,
WFMInpre:BYT_Nr,
WFMInpre:YUNit
Arguments
<NR3> is a floating point number that specifies the vertical scale factor per
digitizing level of the incoming waveform points.
Examples
WFMINPRE:YMULT? might return :WFMINPRE:YMULT 40.0000E-3,which(if
YUNit is “V”) indicates that the vertical scale is 40 mV/digitizing level (1V/div
for 8-bit data).
2-956 MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual
Commands Listed in Alphabetical Order
WFMINPRE:YMUL
T 20E-3
specifies that (if WFM Inpre:YUNit is "V"
and
WFMInpre:BYT_Nr is 1), the vertical scale is 20 mV/digitizing level
(500 mV/div).
WFMInpre:YO
Ff
This command specifies the vertical position of the destination reference
waveform in digitizing levels. There are 25 digitizing levels per vertical division
for 1-byte
data, and 6400 digitizing levels per vertical division for 2-byte data.
Variations in this number are analogous to changing the vertical position of the
waveform.
The
WFMInpre:YMUlt, WFMInpre:YOFf, and WFMInpre:YZE ro commands
are used to convert waveform record values to units specified using the
WFMInpre:YUNit command (YUNit units). It uses the following formula (where
dl means digitizing levels, and curve_in_dl is a data point value in the
CURVe
data):
Value in YUNit units = ((curve_in_dl - YOFf) * YMUlt) + YZEro
NOTE. For a given waveform record, YMUlt, YOFf, and YZEro have to be a
consi
stent set, otherwise vertical cursor readouts and vertical measurements may
give incorrect results.
(See
page 2-95, Waveform Transfer Command Group.)
Group
Waveform Transfer
Syntax
WFMInpre:YOFf <NR3>
WFMInpre:YOFf?
Related Commands
WFMInpre:BYT_Nr
WFMInpre:YMUlt
W
FMOutpre:YOFf?
Arguments
<NR3> is a floating point number that specifies the vertical offset in digitizing
levels.
Examples
WFMINPRE:YOFF 50 specifies that the zero reference point for the incoming
waveform is 50 digitizing levels (2 divisions, for 8-bit data; 0.0078125 division
for 16-bit data) above the center of the graticule.
MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual 2-957