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


Glossary Item Box

Gets or sets the active channel in the forward link direction.

Syntax

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

Remarks

This parameter only applies when the Active Channel Detection mode is set to pre-defined and the direction is specified as forward. Default is ForwardActiveChannelType.None.

Requirements

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

See Also