User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
Query Syntax
CURSOR_MEASURE?
Response Format
CURSOR_MEASURE <mode>
Example (GPIB)
The following instruction switches on the Vertical relative cursors:
CMD$="CRMS VREL": CALL IBWRT(SCOPE%,CMD$)
The following instruction determines which cursor is currently turned on:
CMDS$=“CRMS?”: CALL IBWRT(SCOPE%,CMD$): CALL IBRD(SCOPE%,RD$): PRINT RD$
Example response message:
CRMS OFF
Related Commands
CURSOR_SET, PARAMETER_STATISTICS, PARAMETER_VALUE, CURSORS, PARAMETER, PASS_FAIL
6-51