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


Glossary Item Box

Gets or sets the threshold for active channel detection when not automatic.

Syntax

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

Property Value

The default value is -30 dBc. The maximum value is 0 dBc, and the minimum is -120 dBc.

Remarks

This property is only used if IsActiveChannelThresholdAutomatic is false. It specifies the relative power level, in dBc, that a code channel must contain for the analyzer to recognize it as an active channel.

Requirements

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

See Also