SCPI.SENSe.DCONverter.MANual.LO(1-2).FREQuency

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.DCONverter.MANual.LO(1-2).FREQuency = Value

Value = SCPI.SENSe.DCONverter.MANual.LO(1-2).FREQuency

Description

This command sets/gets down converter LO Frequency.

Variable

Parameter

   Value

Description

Down converter LO Frequency

Data Type

Double precision floating point type (Double)

Range

2.975G ~ 10.025G

Preset Value

2.975G

Unit

Hz

Resolution

100m

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 2975000000
SCPI.SENSe.DCONverter.MANual.LO2.FREQuency = Var
Var = SCPI.SENSe.DCONverter.MANual.LO2.FREQuency

Related Objects

SCPI.SENSe.DCONverter.MANual.LO(1-2).LEVel

Equivalent Key

PN Menu: System > Instrument Setup > Downconverter Manual Setup > LO1 Frequency

SP Menu: System > Instrument Setup > Downconverter Manual Setup > LO1 Frequency

FP Menu: System > Instrument Setup > Downconverter Manual Setup > LO1 Frequency

TR Menu: System > Instrument Setup > Downconverter Manual Setup > LO1 Frequency

AM Menu: System > Instrument Setup > Downconverter Manual Setup > LO1 Frequency

BB Menu: System > Instrument Setup > Downconverter Manual Setup > LO1 Frequency

USER Menu: System > Instrument Setup > Downconverter Manual Setup > LO1 Frequency

Equivalent SCPI Command

Syntax

:SENSe:DCONverter:MANual:LO[1-2]:FREQuency {2.975G ~ 10.025G}

:SENSe:DCONverter:MANual:LO[1-2]:FREQuency?

Query Response

{2.975G ~ 10.025G} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:DCONverter:MANual:LO2:FREQuency 2975000000"
20 OUTPUT 717;":SENSe:DCONverter:MANual:LO2:FREQuency ?"
30 ENTER 717;A