Keysight 89600 VSA .NET API
SearchLength Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > SingleCarrier Class : SearchLength Property


Glossary Item Box

Gets or sets the search interval in seconds when Pulse Search is enabled.

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 length of the Search Time trace, which is also the time interval to search for the signal (ResultLength).

Requirements

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

See Also