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


Glossary Item Box

Gets or sets a value indicating whether gated active channel detection is enabled.

Syntax

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

Property Value

The default value is false.

Remarks

This property applies only to forward-link measurements. If this property is true, then MeasurementInterval and MeasurementOffset determine what portion of the signal is used to determine the active status of all code channels. If this property is false, the entire input signal is used (equivalent to MeasurementInterval = ResultLength, and MeasurementOffset = 0).

If the code channel composition of the signal changes with time, IsGatedActiveChannelDetection allows analysis to zoom in on a smaller interval for more precise analysis. By default this property is false, to allow the most reliable active code channel detection for continuous signals.

Requirements

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

See Also