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


Glossary Item Box

Gets or sets a value indicating whether IQ offset is included in the signal when computing EVM.

Syntax

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

Property Value

The default value is true.

Remarks

When true, any IQ Offset in the signal will make EVM worse.

Requirements

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

See Also