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


Glossary Item Box

Gets or sets whether the active channel(s) are auto-detected or manually specified.

Syntax

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

Remarks

For forward link mode, pre-defined or automatic active channel detection choices are valid. For reverse link mode, pre-defined, semi-automatic, or automatic active channel detection choices are valid. Default is ActiveChannelDetectionModeType.Automatic. For more information, see the "About Active Channel Detection (1xEV-DO)" topic in the VSA Application help.

Requirements

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

See Also