SCPI.SENSe.DCONverter.MANual.IFDelta

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.DCONverter.MANual.IFDelta = Value

Value = SCPI.SENSe.DCONverter.MANual.IFDelta

Description

This command sets/gets down converter delta IF frequency (IF2 - IF1).

Variable

Parameter

   Value

Description

Down converter delta IF frequency (IF2 - IF1)

Data Type

Double precision floating point type (Double)

Range

-3G ~ 3G

Preset Value

0

Unit

Hz

Resolution

1

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= -1000000000
SCPI.SENSe.DCONverter.MANual.IFDelta = Var
Var = SCPI.SENSe.DCONverter.MANual.IFDelta

Related Objects

SCPI.SENSe.DCONverter.MANual.IFGain(1-2)

Equivalent Key

PN Menu: System > Instrument Setup > Downconverter Manual Setup > ÄIF = IF2 - IF1

SP Menu: System > Instrument Setup > Downconverter Manual Setup > ÄIF = IF2 - IF1

FP Menu: System > Instrument Setup > Downconverter Manual Setup > ÄIF = IF2 - IF1

TR Menu: System > Instrument Setup > Downconverter Manual Setup > ÄIF = IF2 - IF1

AM Menu: System > Instrument Setup > Downconverter Manual Setup > ÄIF = IF2 - IF1

BB Menu: System > Instrument Setup > Downconverter Manual Setup > ÄIF = IF2 - IF1

USER Menu: System > Instrument Setup > Downconverter Manual Setup > ÄIF = IF2 - IF1

Equivalent SCPI Command

Syntax

:SENSe:DCONverter:MANual:IFDelta {-3G ~ 3G}

:SENSe:DCONverter:MANual:IFDelta?

Query Response

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

Example of use

10 OUTPUT 717;":SENSe:DCONverter:MANual:IFDelta -1000000000"
20 OUTPUT 717;":SENSe:DCONverter:MANual:IFDelta ?"
30 ENTER 717;A