User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
PER_CURSOR_SET, PECS
Description
The PER_CURSOR_SET command allows you to position one or more of the six independent cursors at a
given grid location. Cursors must be turned on for the PECS command or query to work.
Command Syntax
<trace>:PER_CURSOR_SET <cursor>,<position>[…,<cursor>,<position>]
<trace>:= C1 to Cn, F1 to Fn, M1 to Mn, TA to TD
<cursor>:= {HABS, HDIF, HREF, VABS, VDIF, VREF}
Note: TA through TD are for backward compatibility. Although accepted, they are not returned by
queries.
xREF and xDIF are the left and right cursors in a relative cursor pair (HREL or VREL). The readout will show
the absolute position of each and the delta between them.
Query Syntaxj
<trace>:PER_CURSOR_SET?
Example (GPIB)
The following instruction positions the HREF and HDIF cursors at +2.6 DIV and +7.4 DIV respectively on the
C2 trace:
CMD$="C2:PECS HREF,2.6 DIV,HDIF,7.4 DIV" CALL IBWRT(SCOPE%,CMD$)
Related Commands
CURSOR_MEASURE, CURSOR_SET, PER_CURSOR_VALUE
6-72