Write/Read |
IF Frequencies |
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 |