Property (Read Only)
Cont = SCPI.IEEE4882.OPT
This command reads the identification numbers of options installed in the E5061B.
Parameter |
Cont |
Description |
Identification numbers of installed options |
Data type |
Character string type (String) |
Note |
If there is no installed option, 0 is read out. |
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)