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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Narrow time resolution

Data Type

Double precision floating point type (Double)

Range

8n ~ 100.007936m

Preset Value

100u

Unit

s

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

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

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

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

Equivalent Key

TR Menu: Setup > Advanced Setup > Narrow Time Reso.

Equivalent SCPI Command

Syntax

:SENSe:TR[1-1]:NARRow[1-2]:TIME:RESolution {8n ~ 100.007936m}

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

Query Response

{8n ~ 100.007936m} <newline><^END>

Example of use

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