Keysight Pathwave 89600 VSA .NET API
FrequencyConversion Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : FrequencyConversion Enumeration


Glossary Item Box

Specifies the frequency conversion to use.

Syntax

Visual Basic (Declaration) 
Public Enum FrequencyConversion 
   Inherits System.Enum
C# 
public enum FrequencyConversion : System.Enum 
C++/CLI 
public enum class FrequencyConversion : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AutoUse double conversion if supported, otherwise use double acquisition (high side and low side mixing with a min operation to combine them).
PreferDoubleAcquisitionUse double acquisition (high side and low side mixing with a min operation to combine them).
PreferFourAcquisitionUse four acquisitions that uses high side and low side mixing for image rejection25.40
PreferHighSideUse single high side mixing if supported, otherwise use double conversion.
PreferLowSideUse 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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also