Manual

P
ART
T
WO
:
COMMANDS
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$)
PRINT 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