Keysight Pathwave 89600 VSA .NET API
IsBurstSearch Property
See Also 
Agilent.SA.Vsa.DocsisUpstream.Interfaces Assembly > Agilent.SA.Vsa.DocsisUpstream Namespace > MeasurementExtension Class : IsBurstSearch 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 IsBurstSearch As Boolean
C# 
public abstract bool IsBurstSearch {get; set;}
C++/CLI 
public:
abstract property bool IsBurstSearch {
   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