SCPI.SENSe(Ch).SWEep.BAND.WAIT

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SWEep.BAND.WAIT = Value

Value = SCPI.SENSe(Ch).SWEep.BAND.WAIT

Description

This command sets/gets the additional band wait time for the selected channel (Ch).

Variable

Parameter

Value

Description

Waiting time

Data Type

Double precision floating point type (Double)

Range

0 to  1

Preset Value

0

Unit

sec

Resolution

100u

Examples

Dim Var as Double
Var= 0.1
SCPI.SENSe(1).SWEep.BAND.WAIT = Var
Var = SCPI.SENSe(1).SWEep.BAND.WAIT

Equivalent Key

System > Service Menu > Band Wait

Equivalent SCPI Command

Syntax

:SENSe{[1]-4}:SWEep:BAND:WAIT <numeric>

:SENSe{[1]-4}:SWEep:BAND:WAIT?

Query Response

<numeric><newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SWE:BAND:WAIT 0.1"
20 OUTPUT 717;":SENS1:SWE:BAND:WAIT ?"
30 ENTER 717;A