Keysight Pathwave 89600 VSA .NET API
SearchLength Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm 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 4 milliseconds. The minimum value is ResultLength+1 symbols.

Remarks

If IsPulseSearchEnabled or IsPulsedSignal is true, the input data is scanned for an RF burst, which is then used analyzed and demodulated. In this case you usually want the SearchLength long enough that you can guarantee that a full burst is found within that search length.

For framed signals, you generally want to guarantee that an entire contiguous frame is contained within the search length.

Requirements

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

See Also