SCPI.PROGram.VARiable.DOUBle(Vnum).DATA

Object type

Property (Read-Write)

Syntax

SCPI.PROGram.VARiable.DOUBle(Vnum).DATA = Value

Value = SCPI.PROGram.VARiable.DOUBle(Vnum).DATA

Description

This command can be used to exchange Double type data between an external PC and E5071C built-in VBA using GPIB/LAN/USB.

Variable

Parameter

Vnum

Description

Variable Number

Range

1 to 10

Preset value

1

 

Parameter

Value

Description

The value of the double precision floating point type

Data type

Double precision floating point type (Double)

Range

Compliant with the double precision floating point type

Preset value

0

Examples

Dim DblVal As Double
DblVal =55.7890

SCPI.PROGram.VARiable.DOUBle(1).DATA = DblVal
DblVal= SCPI.PROGram.VARiable.DOUBle(1).DATA

Related objects

SCPI.PROGram.VARiable.ARRay(Vnum).DATA

SCPI.PROGram.VARiable.ARRay(Vnum).SIZE

SCPI.PROGram.VARiable.LONG(Vnum).DATA

SCPI.PROGram.VARiable.STRing(Vnum).DATA

Equivalent key

None

Equivalent SCPI command

Syntax

:PROGram:VARiable:DOUBle{[1]-10}:DATA <Numeric value, Double Type>

:PROGram:VARiable:DOUBle{[1]-10}:DATA ?

Example of use

10 OUTPUT 717;"PROGram:VARiable:DOUBle1:DATA 12345.89607"
20 OUTPUT 717;":PROGram:VARiable:DOUBle1:DATA?"
30 ENTER 717;A$