Write/Read
About IF Access

IFFrequencyMode Property


Description

Sets and returns method for specifying the way the IF Frequency is determined.

 VB Syntax

IfConfig.IFFrequencyMode  = value

Variable

(Type) - Description

IfConfig

An IFConfiguration (object)

value

(enum as NAModes)  IF Frequency mode. Choose from:

0 - naAUTO  The PNA determines the setting for the IF frequency. The IF frequency is based on many PNA settings, including measurement frequency. Therefore, it is NOT possible to read the IF frequency that is being used.

1 - naMANUAL (use IFFrequency Property to manually set frequency.

Return Type

Enum

Default

0 naAuto

Examples

IfConfig.IFFrequencyMode = naMANUAL

C++ Syntax

HRESULT get_IFFrequencyMode (tagNAModes* pdspMode);

HRESULT put_IFFrequencyMode (tagNAModes* pdspMode);

Interface

IFConfiguration3


Last Modified:

19-Oct-2010

Added Auto note

18-Jun-2007

MX New topic