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


Glossary Item Box

Gets or sets the reference used for normalization of IQ traces and EVM calculations.

Syntax

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

Remarks

When IsNormalized is true, this normalization reference is used for all IQ traces and EVM results. When IsNormalized is false, this normalization reference is still used for EVM results.

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 18.00

See Also