System Commands
|
|
CURSOR
DESCRIPTION
COMMAND SYNTAX
QUERY SYNTAX
Response Format
EXAMPLE (GPIB)
XY_CURSOR_ORIGIN, XYCO
Command/Query
The XY_CURSOR_ORIGIN command sets the position of the ori-
gin for absolute time cursor measurements on the XY display.
Absolute time cursor values may be measured either with respect
to the point (0,0) volts (OFF) or with respect to the center of
XY grid (ON).
The XY_CURSOR_ORIGIN query returns the current assignment
of the origin for absolute time cursor measurements.
XY_Cursor_Origin <mode>
<mode> := {ON, OFF}
XY_Cursor_Origin?
XY_Cursor_Origin <mode>
The following command sets the origin for absolute time cursor
measurements to the center of the XY grid.
CMDS$="XYCO ON": CALL IBWRT(SCOPE%,CMDS$)
172