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


Glossary Item Box

Gets or sets the power threshold of active or unused subcarrier auto detection

Syntax

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

Property Value

The default value is -30dB.

Requirements

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

See Also