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


Glossary Item Box

Gets or sets the search length (in seconds) for the digital demodulation measurement.

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);
}

Remarks

Determines the amount of data over which a search is performed when IsPulseSearchEnabled is true.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also