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

Object Type

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets narrow display start value, for the selected narrow Nr of the selected channel Ch.

Variable

Parameter

   Value

Description

Narrow display start value

Data Type

Double precision floating point type (Double)

Range

-20 ~ 1.00107935999k

Preset Value

-50m

Unit

s

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

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

Related Objects

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.SPAN

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

Equivalent Key

TR Menu: Setup > Advanced Setup > Narrow Display Start

Equivalent SCPI Command

Syntax

:SENSe:TR[1-1]:NARRow[1-2]:TIME:DSTart {-20 ~ 1.00107935999k}

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

Query Response

{-20 ~ 1.00107935999k} <newline><^END>

Example of use

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