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


Glossary Item Box

Gets or sets a value indicating whether to enable the auto detection of excluded or unused subcarriers

Syntax

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

Property Value

The default value is false.

Remarks

If false, all the excluded or unused subcarriers needs manual setup. If true, we auto detect the location of excluded or unused subcarriers using the power threshold.

Requirements

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

See Also