| Visual Basic (Declaration) | |
|---|---|
Public Enum FrequencyConversion Inherits System.Enum | |
| C# | |
|---|---|
public enum FrequencyConversion : System.Enum | |
| C++/CLI | |
|---|---|
public enum class FrequencyConversion : public System.Enum | |
| Member | Description | Minimum SW Version‡ |
|---|---|---|
| Auto | Use double conversion if supported, otherwise use double acquisition (high side and low side mixing with a min operation to combine them). | — |
| PreferDoubleAcquisition | Use double acquisition (high side and low side mixing with a min operation to combine them). | — |
| PreferFourAcquisition | Use four acquisitions that uses high side and low side mixing for image rejection | 25.40 |
| PreferHighSide | Use single high side mixing if supported, otherwise use double conversion. | — |
| PreferLowSide | Use single low side mixing if supported, otherwise use double conversion. | — |
| ‡ This is the minimum 89600 VSA software version level needed to use this enum member. | ||
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)