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


Glossary Item Box

Gets or sets a value indicating whether modulation error ratio is displayed on error vector traces

Syntax

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

Remarks

When true, MER is shown on Error Vector traces. MER is calculated as the inverse of the error vector. Averaging for MER is performed in the EVM domain and then converted to MER.

When false, EVM is shown on Error Vector traces.

Requirements

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

See Also