System Commands
|
II
MISCELLANEOUS
DESCRIPTION
QUERY SYNTAX
Response format
EXAMPLE (GPIB)
*OPT?
Query
The *OPT? query identifies oscilloscope options, i.e. additional
firmware or hardware options. The response consists of a series of
response fields listing all the installed options.
* OPT?
*OPT <option l>,<option 2> ....
<option_N>
<option_i> := character data
Note: If no option is present, the character 0 will be returned.
This example queries the installed options.
CMD$="*OPT?": CALL IBWRT(SCOPE%,CMD$)
CALL IBRD(SCOPE%,RSP$): PRINT RSP$
Response message
*OPT 0
If the waveform processing options WP01 and WP02 are installed,
the response message is
*OPT WP01,WP02
112