SCPI.SENSe(Ch).SWEep.DELay

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SWEep.DELay = Value

Value = SCPI.SENSe(Ch).SWEep.DELay

Description

This command sets/gets the sweep delay time of the selected channel ( Ch).

Variable

Parameter

Value

Description

Sweep delay time

Data type

Double precision floating point type (Double)

Range

0 to 1

Preset value

0

Unit

s (second)

Resolution

0.001

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Examples

Dim SweDel As Double
SCPI.SENSe(1).SWEep.DELay = 0.05
SweDel = SCPI.SENSe(1).SWEep.DELay

Equivalent key

Sweep Setup > Sweep Delay

Equivalent SCPI command

Syntax

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

:SENSe{[1]-4}:SWEep:DELay?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SWE:DEL 0.05"
20 OUTPUT 717;":SENS1:SWE:DEL?"
30 ENTER 717;A