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


Glossary Item Box

Gets or sets a value indicating whether to compute cross-correlated EVM between two measurement channels.

Syntax

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

Remarks

Currently only supports two channels (no MIMO). Both channels must capture the same exact data.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 27.40

See Also