SCPI.SYSTem.COMMunicate.GPIB.SGENerator.DWELl

Type of object

Property (Read-Write)

Syntax

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

Value = SCPI.COMMunicate.GPIB.SGENerator.DWELl

Description

This command sets/gets the wait time after setting the frequency or output level for the external signal source in use.

Variable

Parameter

Value

Description

Wait time setting for the user-defined external signal source

Data type

Double precision floating point type (Double)

Range

0 to 1

Preset value

0.1

Unit

s (second)

Resolution

0.001

Note

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

Example of use

Dim SGdelay As Double
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.DWELl = 0.2
SGdelay = SCPI.SYSTem.COMMunicate.GPIB.SGENerator.DWELl

Related objects

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.FREQuency

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.POWer

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.PRESet

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.RFON

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.TYPE

Equivalent key

System > Misc Setup > GPIB Setup > Signal Generator Address > Switching Time

Equivalent SCPI command

Syntax

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

:SYSTem:COMMunicate:GPIB:SGENerator:DWELl?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:COMM:GPIB:SGEN:DWEL 0.2"
20 OUTPUT 717;":SYST:COMM:GPIB:SGEN:DWEL?"
30 ENTER 717;A