System Commands 5
EXAMPLES (GPIB)
RELATED COMMANDS
1)
The following command reads the value of the time base at
which the last waveform in Channel 1 was acquired.
CMD$ :=" C 1 "INSP? ’TIMEBASE’"
CALL IBWRT(SCOPE%,CMD$)
CALL IBRD(SCOPE%,RSP$): PRINT RSP$
Response message
CI:INSP "TIMEBASE: 500 US/DIV"
2)
The following command reads the entire contents of the wave-
form descriptor block.
CMD$ = "C 1 :INSP? ’WAVEDESC’"
TEMPLATE, WAVEFORM_SETUP
101