SCPI.IEEE4882.OPT

Object type

Property (Read Only)

Syntax

Cont = SCPI.IEEE4882.OPT

Description

This command reads the identification numbers of options installed in the E5061B.

Variable

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.

Examples

Dim OptNum As String
OptNum = SCPI.IEEE4882.OPT

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

*OPT?

Query response

{numeric}<newline><^END>

Example of use

Call viVPrintf(vi, "*OPT?" + vbLf, 0)

Call viVScanf(vi, "%t", Result)