SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.SPAN

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.SPAN = Value

Value = SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.SPAN

Description

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

Variable

Parameter

   Value

Description

Time span

Data Type

Double precision floating point type (Double)

Range

0 ~ 1.00007936k

Preset Value

100m

Unit

s

Resolution

1n

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

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

Related Objects

SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.DSTart

SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.OFFSet

SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.REFerence

SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.RESolution

SCPI.SENSe.TR(Ch).NARRow(Nr).TIME.ZOUT

Equivalent Key

TR Menu: Time Offset > Narrow Span

TR Menu: Time Offset > Narrow2 Span

TR Menu: Span > Narrow Span

TR Menu: Span > Narrow2 Span

Equivalent SCPI Command

Syntax

:SENSe:TR[1-1]:NARRow[1-2]:TIME:SPAN {0 ~ 1.00007936k}

:SENSe:TR[1-1]:NARRow[1-2]:TIME:SPAN?

Query Response

{0 ~ 1.00007936k} <newline><^END>

Example of use

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