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


Glossary Item Box

Gets or sets a value indicating whether burst searching is enabled or not.

Syntax

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

Remarks

When IsBurstSearchEnabled is on, the offset and length of each burst included in the acquired signal are recognized by a burst search algorithm. However, modulation quality results are computed from only one burst specified by the BurstIndex parameter. The offset and length of the burst specified by BurstIndex is used to determine the result offset and result length for the measurement.

Requirements

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

See Also