Write/Read |
About IF Access |
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 VNA determines the setting for the IF frequency. The IF frequency is based on many VNA 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 |