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 E5072A.

Variable

Parameter

Cont

Description

Identification numbers of installed options

Data type

Character string type (String)

Note

If there are no installed options, "0" is returned.

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)