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


Glossary Item Box

Specifies what reverse link active channel(s) to include in the analysis. Does not apply when ActiveChannelDetectMode is set to Auto.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AckSpecifies the reverse link ACK channel.
AllSpecifies all reverse link channels (Data, ACK, DRC, and PILOT).
DataSpecifies the reverse link Data channel.
DrcSpecifies the reverse link DRC channel.
NoneSpecifies no reverse link active channels.
PilotSpecifies the reverse link PILOT channel.
‡ 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