SCPI.SENSe.TR(Ch).WIDE.TIME.SPAN

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.TR(Ch).WIDE.TIME.SPAN = Value

Value = SCPI.SENSe.TR(Ch).WIDE.TIME.SPAN

Description

This command sets/gets time span, for the selected channel Ch.

Variable

Parameter

   Value

Description

Time span

Data Type

Double precision floating point type (Double)

Range

0 ~ 10

Preset Value

100m

Unit

s

Resolution

10n

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0
SCPI.SENSe.TR1.WIDE.TIME.SPAN = Var
Var = SCPI.SENSe.TR1.WIDE.TIME.SPAN

Related Objects

SCPI.SENSe.TR(Ch).WIDE.TIME.OFFSet

SCPI.SENSe.TR(Ch).WIDE.TIME.REFerence

Equivalent Key

TR Menu: Span > Wide Span

Equivalent SCPI Command

Syntax

:SENSe:TR[1-1]:WIDE:TIME:SPAN {0 ~ 10}

:SENSe:TR[1-1]:WIDE:TIME:SPAN?

Query Response

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

Example of use

10 OUTPUT 717;":SENSe:TR1:WIDE:TIME:SPAN 0"
20 OUTPUT 717;":SENSe:TR1:WIDE:TIME:SPAN ?"
30 ENTER 717;A