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


Glossary Item Box

Gets or sets a value indicating whether the Search Length is automatically determined.

Syntax

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

Remarks

In Auto mode, the Search Length is determined by the VSA based on the settings in the Format tab. Parameters that affect search length are as follows:
  • FFT Length - affects symbol length
  • Cyclic Prefix - affect symbol length
  • Time Interleaving Depth - determines how much more time data to acquire than Result Length to account for time interleaving
  • Initial Settings = Auto - assumes worst-case FFT Length (8k) and Cyclic Prefix (1024 Tsu)
  • assumes worst-case Time Interleaving (32)

Requirements

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

See Also