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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

 Variable

Parameter

   Value

Description

Narrow display zoom out

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.SENSe.TR1.NARRow1.TIME.ZOUT = Var
Var = SCPI.SENSe.TR1.NARRow1.TIME.ZOUT

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

Equivalent Key

TR Menu: Setup > Advanced Setup > Narrow Zoom Out

Equivalent SCPI Command

Syntax

:SENSe:TR[1-1]:NARRow[1-2]:TIME:ZOUT {ON|OFF|1|0}

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

Query Response

{ON|OFF|1|0} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:TR1:NARRow1:TIME:ZOUT 1"
20 OUTPUT 717;":SENSe:TR1:NARRow1:TIME:ZOUT?"
30 ENTER 717;A