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


Glossary Item Box

Gets or sets a value indicating whether the analyzer searches for an RF pulse (burst) to analyze.

Syntax

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

Property Value

The default value is true.

Remarks

When true, the analyzer searches for an RF pulse within the SearchLength, and demodulate the first pulse found.

When false, it is assumed that the input signal is continuous and does not have an RF pulse. In this case, the analyzer searches the entire SearchLength for a signal matching the preamble or pilot pattern. If ResultLengthSelection is set to ResultLengthSelection.Automatic, the analyzer demodulates the maximum result length starting at that preamble.

Requirements

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

See Also