Keysight Pathwave 89600 VSA .NET API
ConfigureCrossCorrelatedEvm Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > MeasurementExtension Class : ConfigureCrossCorrelatedEvm Method


ccIndex
CarrierMapping for which to compute cross-correlated EVM

Glossary Item Box

Configured the measurement for cross-correlated EVM on the given CarrierMapping.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ConfigureCrossCorrelatedEvm( _
   ByVal ccIndex As Integer _
) 
C# 
public virtual void ConfigureCrossCorrelatedEvm( 
   int ccIndex
)
C++/CLI 
public:
virtual void ConfigureCrossCorrelatedEvm( 
   int ccIndex
) 

Parameters

ccIndex
CarrierMapping for which to compute cross-correlated EVM

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown if ccIndex is invalid.
System.InvalidOperationExceptionThrown if input channels are less than 2.
System.InvalidOperationExceptionThrown if the signals are not captured at the same moment in time (sequential acquisition is not supported).

Remarks

Cross-Correlated EVM is a measurement where the same signal is measured through two different input channels to reduce the EVM contributions from the input channels themselves.

This method removes all but the specified ccIndex, so that it becomes CC0, duplicates it to CC1, and configures the input channels so that CC0 <- Ch1 and CC1 <- Ch2.

The ccEVM result will be in the Cross Corr EVM Summary trace.

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.00

See Also