User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
Query Syntax
CURSOR_SET? [<cursor>]
<cursor>:= {HABS, HREF, HDIF, VABS, VREF, VDIF, ALL}
Response Format
<trace>:CURSOR_SET <cursor>,<position>[...,<cursor>,<position>]
If <cursor> is not specified, ALL will be assumed. If the position of a cursor cannot be determined in a
particular situation, its position will be indicated as UNDEF.
Example (GPIB)
The following instruction positions the VREF and VDIF cursors at +3 DIV and -2 DIV respectively on trace
F1:
CMD$="F1:CRST VREF,3DIV,VDIF,-2DIV" :CALL IBWRT(SCOPE%,CMD$)
Related Commands
CURSOR_MEASURE, CURSOR VALUE, PARAMETER_VALUE
6-54