SCPI.SENSe.FP(Ch).DCONverter.FREQuency

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.FP(Ch).DCONverter.FREQuency = Value

Value = SCPI.SENSe.FP(Ch).DCONverter.FREQuency

Description

This command sets/gets downconverter input frequency (carrier nominal frequency), for the selected channel Ch.

Variable

Parameter

   Value

Description

Downconverter input frequency (carrier nominal frequency)

Data Type

Double precision floating point type (Double)

Range

3G ~ 26.5G

Preset Value

3G

Unit

Hz

Resolution

100m

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 3000000000
SCPI.SENSe.FP1.DCONverter.FREQuency = Var
Var = SCPI.SENSe.FP1.DCONverter.FREQuency

Equivalent Key

FP Menu: Setup > Nominal Frequency

Equivalent SCPI Command

Syntax

:SENSe:FP[1-1]:DCONverter:FREQuency {3G ~ 26.5G}

:SENSe:FP[1-1]:DCONverter:FREQuency?

Query Response

{3G ~ 26.5G} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:FP1:DCONverter:FREQuency 3000000000"
20 OUTPUT 717;":SENSe:FP1:DCONverter:FREQuency ?"
30 ENTER 717;A