Keysight 89600 VSA .NET API
ReverseActiveChannel Property
See Also 
Agilent.SA.Vsa.Cdma1xEvdo.Interfaces Assembly > Agilent.SA.Vsa.Cdma1xEvdo Namespace > MeasurementExtension Class : ReverseActiveChannel Property


Glossary Item Box

Gets or sets the active channel(s) in the reverse link direction. Used only if Active Channel Detection mode is something other than Auto.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ReverseActiveChannel As ReverseActiveChannelTypes
C# 
public abstract ReverseActiveChannelTypes ReverseActiveChannel {get; set;}
C++/CLI 
public:
abstract property ReverseActiveChannelTypes ReverseActiveChannel {
   ReverseActiveChannelTypes get();
   void set (    ReverseActiveChannelTypes value);
}

Remarks

This parameter only applies when the Active Channel Detection mode is set to pre-define or semi-auto and the direction is specified as reverse. Default is ReverseActiveChannelTypes.None. The value represents the OR sum of the Channels selected to be pre-defined as active (bypassing the automatic active channel detection algorithm).

Requirements

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

See Also