Technical data

Common Commands 13
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 237
*OPT?
(Option)
Query
*OPT?
The *OPT? query returns a string with a list of installed options. If no
options are installed, the string will have a 0 as the first character.
The length of the returned string may increase as options become available
in the future. Once implemented, an option name will be appended to the
end of the returned string, delimited by a comma.
Returned Format
[002,EZP,EZJ,SDA,LSS,ABD,ABC,ABB,NRD,ERC,AIP,PCI1,ETH,DVI,HDM,B30,CAN,SA
1,DDR]<NL>
See on-line help system in the Help/About dialog box for the installed o
ptions list.
Example This example places all options into the string variable, strOptions, then
prints the option name to the computer's screen.
Dim strOptions As String
myScope.WriteString "*OPT?"
strOptions = myScope.ReadString
Debug.Print strOptions