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


Glossary Item Box

Gets or sets how much data is acquired from the input hardware.

Syntax

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

Property Value

The default value is 1 milliseconds. The minimum value is ResultLength+12 symbols (if ResultLengthSelection is set to ResultLengthSelection.Manual) or ResultLengthMaximum+12 symbols (if ResultLengthSelection is not set to ResultLengthSelection.Manual).

Remarks

The input data is scanned for an RF burst, which is then analyzed and demodulated. Usually, you want the SearchLength long enough that you can guarantee that a full burst is found within that search length.

Requirements

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

See Also