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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command can be used to exchange Long type data between an external PC and E5061B 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 long integer type

Data type

Long integer type (Long)

Range

Compliant with the long integer type

Preset value

0

 

Examples

Dim LngVal As Long
LngVal =5512345

SCPI.PROGram.VARiable.LONG(1).DATA = LngVal
LngVal= SCPI.PROGram.VARiable.LONG(1).DATA

Related objects

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

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

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

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

Equivalent key

None

Equivalent SCPI command

Syntax

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

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

Example of use

10 OUTPUT 717;":PROGram:VARiable:LONG1:DATA 123459607"
20 OUTPUT 717;":PROGram:VARiable:LONG1:DATA?"
30 ENTER 717;A$