User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
*OPT?
Description
The *OPT? query identifies oscilloscope options: installed software or hardware that is additional to the
standard instrument configuration. The response consists of a series of response fields listing all the
installed options.
Query Syntax
*OPT?
Response Format
*OPT <option_1>,<option_2>,..,<option_N>
<option_n>:= A three- or four-character ASCII string
Note: If no option is present, the character 0 is returned.
Example (GPIB)
The following instruction queries the installed options:
CMD$="*OPT?": CALL IBWRT(SCOPE%,CMD$):
CALL IBRD(SCOPE%,RSP$): PRINT RSP$
If, for example, the waveform processing options DFP2, SDM, JTA2, and GPIB are installed, the response is
returned as:
* DFP2,SDM,JTA2,GPIB
Response message if no options are installed:
*OPT 0
6-110