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


Glossary Item Box

Gets or sets a value indicating whether the preamble is automatically detected.

Syntax

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

Remarks

IsPreambleDetectionAutomatic only applies to forward link analysis. Default is true. If set to false, the PreambleLength value is used to determine what time segments belong to Data and Preamble analysis channels. This affects the CDP and Composite traces along with results in the Overall Error Summary trace.

Requirements

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

See Also