Write/Read
IF Frequencies

IFFrequency Property


Description

Sets and returns the IF frequency for ALL receiver paths being used for the specified channel. To set this frequency,  IFFrequencyMode Property must be set to OFF (Manual).

 VB Syntax

IfConfig.IFFrequency  = value

Variable

(Type) - Description

IfConfig

An IFConfiguration (object)

value

(double) IF Frequency. Use MaximumIFFrequency and MinimumIFFrequency to determine the range of value for this command.

Return Type

Double

Default

9 MHz

Examples

IfConfig.IFFrequency = 9.3e6

C++ Syntax

HRESULT get_IFFrequency (double *pVal);

HRESULT put_IFFrequency (double pVal);

Interface

IFConfiguration3


Last Modified:

25-Aug-2010

Updated for DSP 5

18-Jun-2007

MX New topic