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


Glossary Item Box

Gets or sets the index of the burst to demodulate.

Syntax

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

Remarks

ResultOffset and ResultLen are set to [indexed measured burst offset] and [indexed measured burst length] respectively. This parameter is ignored when IsBurstSearchEnabled is off. BurstIndex starts at 0 for the first burst.

Requirements

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

See Also