MDO3000 Programmer Manual.pdf - 第300页
Commands Listed in A lphabetical Order CURSor:XY :RE CT angular:Y :POSITION<x> This command specifies the Y rectangular coordinate for cursor 1 or cursor 2 .T h e cursor is specified by x and can be either 1 or 2. Gr…

Commands Listed in Alphabetical Order
CURSor:XY:RE
CTangular:X:DELta? (Query Only)
Returns the cursor X delta value in rectangular coordinates.
Group
Cursor
Syntax
CURSor:XY:RECTangular:X:DELta?
CURSor:XY:RECTangular:X:POSITION<x>
This command specifies the X rectangular coordinate for cursor 1 or cursor 2.The
cursor is specified by x and can be either 1 or 2.
Group
Cursor
Syntax
CURSor:XY:RECTangular:X:POSITION<x> <NR3>
CURSor:XY:RECTangular:X:POSITION<x>?
Arguments
<NR3> is a floating point number that specifies the coordin
ate in volts.
CURSor:XY:RECTangular:X:UNIts? (Query Only)
Returns the cursor X rectangular units.
Group
Cursor
Syntax
CURSor:XY:RECTangular:X:UNIts?
CURSor:XY:RECTangular:Y:DELta? (Query Only)
Returns The cursor Y delta value in rectangular coordinates.
Group
Cursor
Syntax
CURSor:XY:RECTangular:Y:DELta?
MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual 2-269

Commands Listed in Alphabetical Order
CURSor:XY:RE
CTangular:Y:POSITION<x>
This command specifies the Y rectangular coordinate for cursor 1 or cursor 2.The
cursor is specified by x and can be either 1 or 2.
Group
Cursor
Syntax
CURSor:XY:RECTangular:Y:POSITION<x> <NR3>
CURSor:XY:RECTangular:Y:POSITION<x>?
Arguments
<NR3> is a floating point number that specifies the coordinate in volts.
CURSor:XY:RECTangular:Y:UNIts? (Query Only)
Returns the cursor Y rectangular units.
Group
Cursor
Syntax
CURSor:XY:RECTangu
lar:Y:UNIts?
CURVe
The CURVe command transfers the waveform data points to the oscilloscope’s
internal reference memory location(REF1–4),whichisspecifiedbythe
DATa:DESTination command. The CURVe? query transfers data from the
oscilloscope; the source waveform is specified by the
DATa:SOUrce command.
The first and last data points are specified by the
DATa:STARt and DATa:STOP
commands.
Associated with each waveform transferred using the
CURVe command or query
is a waveform preamble that provides the data format, scale and associated
information needed to interpret the waveform data points. The preamble
information for waveforms sent to the oscilloscope is specified using the
WFMInpre commands. The preamble information for waveforms transferred from
the oscilloscope is specified or queried using the
WFMOutpre commands. If the
waveform is not displayed, the query form generates an error.
The
CURVe command and CURV e? query transfer waveform data in ASCII or
binary format. ASCII data is sent as a comma-separated list of decimal values.
Binary data is sent with the IEEE488.2 binary block header immediately followed
by the binary data. The IEEE488.2 binary block header is defined as follows:
#N<N-digits>
2-270 MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual

Commands Listed in Alphabetical Order
where:Nisasin
gle decimal or hexadecimal digit indicating the number of digits
to follow. <N-digits> are the decimal digits representing the number of bytes in
the data that immediately follows this binary block header.
The Waveform Transfer command group text contains more comprehensive
information. (See page 2-95, Waveform Tr
ansfer Command Group.)
(See page D-1, Wa veform Transfer (WFMOutpre and CURVe Query) Examples.)
NOTE. In order to guarantee that the waveform data returned from
CURVE?
queries of multiple waveforms are correlated to the same acquisition, you
should use single sequence acquisition mode to acquire the wa
veform data
from a single acquisition. Single sequence acquisition mode is enabled using
ACQuire:STOPAfter
SEQuence
.
NOTE. Aseriesofexamplesofwaveformtransfer command sequences is included
as an appendix. (See page D-1, Waveform Transfer (WFMOutpre and CURVe
Query) Examples.)
Example 1: Analog Waveform (channel 1 - 4)
Example 2: Digital Waveform (channel DO-D15)
Example 3: The Digital Collection with 4 Bytes Per Point with MagniVu Off
Example 4: The Digital Collection with 8 Bytes Per Point with MagniVu Off
Example 5: The Digital Collection with 4 Bytes Per Point with MagniVu On
Example 6: The Digital Collection with 8 Bytes Per Point with MagniVu On
Example 7: RF Frequency Domain Waveform
Group
Waveform Transfer
Syntax
CURVe { <Block>|<asc curve>}
CURVe?
Related Commands
DATa:DESTination
DATa:ENCdg
DATa:SOUrce
DATa:STARt
DATa:STOP
WFMInpre?
MDO4000/B/C, MSO/DPO4000B and MDO3000 Series Oscilloscopes Programmer Manual 2-271