User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
CURSORS, CRS
Description
Sets the type of cursor to be used and the readout. Unlike CRMS, this command does not change the
state of parameters or pass/fail.
Command Syntax
CURSORS <type>[,<readout>]
<type>:= {OFF, HREL, HABS, VREL, VABS}
<readout>:= {ABS, SLOPE, DELTA}
The SLOPE argument is used with the Horizontal Relative (HREL) cursor only.
Query Syntax
CURSORS? or CRS?
Example (GPIB)
The following instruction sets the cursors to horizontal relative, and readout to the difference between
them.
CMD$="CRS HREL,DELTA": CALL IBWRT(SCOPE%,CMD$)
Related Commands
CURSOR_MEASURE
6-52