Property (Read-only)
Cont = SCPI.IEEE4882.OPT
This command reads the identification numbers of options installed in the E5072A.
Parameter |
Cont |
Description |
Identification numbers of installed options |
Data type |
Character string type (String) |
Note |
If there are no installed options, "0" is returned. |
Dim OptNum As String
OptNum = SCPI.IEEE4882.OPT
No equivalent key is available on the front panel.
*OPT?
{numeric}<newline><^END>
Call viVPrintf(vi, "*OPT?" + vbLf, 0)
Call viVScanf(vi, "%t", Result)