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


Glossary Item Box

Gets or sets a value indicating whether preamble is included in Overall results (forward only).

Syntax

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

Remarks

Default is true. If this value is false, the preamble portion of the 1xEV-DO burst is not included in the Overall results.

Requirements

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

See Also