beautypg.com

Remote control commands and queries – Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual

Page 121

background image

Remote Control Commands and Queries

WM-RCM-E Rev D

ISSUED: February 2005

115

N

N

O

O

T

T

E

E

:

: The keyword STAT is optional with modes CUST, HPAR, and VPAR. If present, STAT turns

parameter statistics on. Absence of STAT turns parameter statistics off.
The submodes ABS, DELTA, SLOPE are optional with mode HREL. If it is present, ABS

chooses absolute amplitude reading of relative cursors. Absence of keyword selects relative,

DELTA, amplitude reading of relative cursors. Submodes ABS and DELTA are used with

VREL; presence of ABS selects absolute amplitude, absence selects DELTA.

QUERY SYNTAX

CuRsor_MeaSure?

RESPONSE FORMAT

CuRsor_MeaSure

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 of response message:

CRMS

OFF

RELATED COMMANDS

CURSOR_SET, PARAMETER_STATISTICS,
PARAMETER_VALUE, CURSORS, PARAMETER,
PASS_FAIL

ADDITIONAL INFORMATION

To turn off the cursors, parameter measurements or Pass/Fail tests,

use:

CURSOR_MEASURE

OFF