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


Glossary Item Box

Gets or sets a value indicating whether the active channel threshold is automatically determined.

Syntax

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

Property Value

The default value is true.

Remarks

If this property is false, the ActiveChannelThreshold property specifies the threshold for active channel detection.

Requirements

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

See Also