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


Glossary Item Box

Specifies which input channels will be used in the measurement. Values are flags which may be combined together using binary-or.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AllAll channels.
EightChannel 4.
FiveChannel 4.
FourChannel 4.
NoneNo channels. This is not a valid setting by itself.
OneChannel 1.
SevenChannel 4.
SixChannel 4.
ThreeChannel 3.
TwoChannel 2.
‡ 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