SCPI.SENSe(Ch).SWEep.TIME.DATA

Object type

Property (Read-Write)

Syntax

SCPI.SENSe(Ch).SWEep.TIME.DATA = Value

Value = SCPI.SENSe(Ch).SWEep.TIME.DATA

Description

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

Variable

Parameter

Value

Description

Sweep time

Data type

Double precision floating point type (Double)

Range

Varies depending on the measurement conditions

Preset value

Varies depending on the measurement conditions

Unit

s (second)

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 SweTime As Double
SCPI.SENSe(1).SWEep.TIME.AUTO = False
SCPI.SENSe(1).SWEep.TIME.DATA = 1.5
SweTime = SCPI.SENSe(1).SWEep.TIME.DATA

Related objects

SCPI.SENSe(Ch).SWEep.TIME.AUTO

Equivalent key

Sweep Setup > Sweep Time

Equivalent SCPI command

Syntax

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

:SENSe{[1]-4}:SWEep:TIME[:DATA]?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":SENS1:SWE:TIME 1.5"
20 OUTPUT 717;":SENS1:SWE:TIME?"
30 ENTER 717;A