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


Glossary Item Box

Gets or sets a value indicating whether EVM includes IQ offset.

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);
}

Remarks

Specified whether or not to include IQ origin offset in the computation of EVM. Default is true.

Requirements

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

See Also