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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.SENSe.PN(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

-

 

When the frequency band is 3G to 10GHz

Parameter

<Double>

Range

3G to 10G

Preset value

3G

Unit

Hz

Resolution

100m

When the frequency band is 9G to 26.5GHz

Parameter

<Double>

Range

9G to 26.5G

Preset value

9G

Unit

Hz

Resolution

100m

Examples

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

Related Objects

SCPI.SENSe.PN(Ch).DCONverter.SSEarch.EXECute

Equivalent Key

PN Menu: Setup > Nominal Frequency

Equivalent SCPI Command

Syntax

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

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

Query Response

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

Example of use

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