SCPI.SENSe.FP(Ch).SWEep.DWELl

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.FP(Ch).SWEep.DWELl = Value

Value = SCPI.SENSe.FP(Ch).SWEep.DWELl

Description

This command sets/gets point delay, for the selected channel Ch.

Variable

Parameter

   Value

Description

Point delay

Data Type

Double precision floating point type (Double)

Range

0 ~ 1

Preset Value

0

Unit

s

Resolution

100u

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0
SCPI.SENSe.FP1.SWEep.DWELl = Var
Var = SCPI.SENSe.FP1.SWEep.DWELl

Equivalent Key

FP Menu: Setup > Point Delay

Equivalent SCPI Command

Syntax

:SENSe:FP[1-1]:SWEep:DWELl {0 ~ 1}

:SENSe:FP[1-1]:SWEep:DWELl?

Query Response

{0 ~ 1} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:FP1:SWEep:DWELl 0"
20 OUTPUT 717;":SENSe:FP1:SWEep:DWELl ?"
30 ENTER 717;A