Keysight Pathwave 89600 VSA .NET API
IFType Enumeration
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace : IFType Enumeration


Glossary Item Box

Analog signal path settings for XSeries instruments

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoAllows the 89601 software to choose the setting (default)
AuxWidebandSets the analyzer to its Aux wideband signal path, typically 1GHz
ExternalWidebandSets the analyzer to its external wideband signal path, typically 1GHz
LowbandSets the analyzer to its low band signal path, typically 10MHz
MediumSets the analyzer to its medium band signal path, typically 40MHz
NarrowbandSets the analyzer to its narrow band signal path, typically 25MHz
WidebandSets the analyzer to its wide band signal path, typically 140MHz
WidebandExtendedSets the analyzer to its wideband extended signal path, typically 160MHz
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The settings that are available for a given instrument are determined by the model

Requirements

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

See Also