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


Glossary Item Box

Gets or sets the preamble length. Used only if preamble auto-detect is disabled.

Syntax

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

Remarks

This only applies in forward link analysis when IsPreambleDetectionAutomatic is set to false. Default is 64. This determines what portion of the forward link slot is assumed to contain Preamble information. Normally it is desired to let the analysis automatically determine Preamble channel information by leaving IsPreambleDetectionAutomatic set to true.

Requirements

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

See Also