SCPI.SYSTem.COMMunicate.GPIB.SGENerator.ADDRess

Type of object

Property (Read-Write)

Syntax

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.ADDRess = Value

Value = SCPI.SYSTem.COMMunicate.GPIB.SGENerator.ADDRess

Description

This command sets/gets the GPIB address of the external signal source in use.

Variable

Parameter

Value

Description

The GPIB address of the external signal source

Data type

Long integer type (Long)

Range

0 to 30

Preset value

19

Note

If the specified variable is out of the allowable setup range, an error occurs when executed.

Example of use

Dim SGaddr As Long
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.ADDRess = 20
SGaddr = SCPI.SYSTem.COMMunicate.GPIB.SGENerator.ADDRess

Equivalent key

System > Misc Setup > GPIB Setup > Signal Generator Address

Equivalent SCPI command

Syntax

:SYSTem:COMMunicate:GPIB:SGENerator:ADDRess <numeric>

:SYSTem:COMMunicate:GPIB:SGENerator:ADDRess?

Query response

{value}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:COMM:GPIB:SGEN:ADDR 19"
20 OUTPUT 717;":SYST:COMM:GPIB:SGEN:ADDR?"
30 ENTER 717;A