Teledyne LeCroy X-STREAM OSCILLOSCOPES Remote Control User Manual
Page 168
Advertising

P
A R T
T
W O
:
C O M M A N D S
162
ISSUED: February 2005
WM-RCM-E Rev D
RESPONSE FORMAT
<trace> : INSPect “<string>“
<string> : = A string giving name(s) and value(s) of a logical block or
a variable.
AVAILABILITY
<trace> : = {C3, C4} only on four-channel oscilloscopes.
EXAMPLES (GPIB)
The following instruction reads the value of the timebase at which
the last waveform in Channel 1 was acquired:
CMD$=“C1:INSP?
‘TIMEBASE’”
CALL
IBWRT(SCOPE%,CMD$)
CALL
IBRD(SCOPE%,RSP$)
RSP$
Response
message:
C1:INSP “TIMEBASE: 500 US/DIV”
The following instruction reads the entire contents of the waveform
descriptor block:
CMD$=“C1:INSP?
‘WAVEDESC’”
RELATED COMMANDS
COMM_FORMAT, TEMPLATE, WAVEFORM_SETUP
Advertising