SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.RANGe

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.RANGe = Value

Value = SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.RANGe

Description

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

Variable

Parameter

   Value

Description

Frequency span

Data Type

Character string type (String)

Range

R80|R25_6|R1_6|R0_2|R25K|R3K

Preset Value

R25_6

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as String
Var= "R80"
SCPI.SENSe.TR1.NARRow1.FREQuency.RANGe = Var
Var = SCPI.SENSe.TR1.NARRow1.FREQuency.RANGe

Related Objects

SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.PREFerence

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

SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.TARGet

Equivalent Key

TR Menu: Setup > Freq Range

TR Menu: Setup > N2 Freq Range

Equivalent SCPI Command

Syntax

:SENSe:TR[1-1]:NARRow[1-2]:FREQuency:RANGe {R80|R25_6|R1_6|R0_2|R25K|R3K}

:SENSe:TR[1-1]:NARRow[1-2]:FREQuency:RANGe?

Query Response

{R80|R25_6|R1_6|R0_2|R25K|R3K} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:TR1:NARRow1:FREQuency:RANGe R80"
20 OUTPUT 717;":SENSe:TR1:NARRow1:FREQuency:RANGe?"
30 ENTER 717;A$