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


Glossary Item Box

Gets or sets which preamble sequence to expect for the downlink subframe. Applies only if the subframe type is Downlink.

Syntax

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

Requirements

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

See Also