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

Object Type

Property (Read-Write)

Syntax

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

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

Description

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

Variable

Parameter

   Value

Description

Phase reference frequency

Data Type

Double precision floating point type (Double)

Range

9.2M ~ 337.04G

Preset Value

1G

Unit

Hz

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 9200000
SCPI.SENSe.TR1.NARRow1.FREQuency.PREFerence = Var
Var = SCPI.SENSe.TR1.NARRow1.FREQuency.PREFerence

Related Objects

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

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

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

Equivalent Key

TR Menu: Setup > Phase Reference

TR Menu: Setup > N2 Phase Reference

TR Menu: Marker To > Marker > Phase Reference

TR Menu: Marker To > Marker > N2 Phase Reference

Equivalent SCPI Command

Syntax

:SENSe:TR[1-1]:NARRow[1-2]:FREQuency:PREFerence {9.2M ~ 337.04G}

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

Query Response

{9.2M ~ 337.04G} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:TR1:NARRow1:FREQuency:PREFerence 9200000"
20 OUTPUT 717;":SENSe:TR1:NARRow1:FREQuency:PREFerence?"
30 ENTER 717;A