Keysight Pathwave 89600 VSA .NET API
Normalize Method
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > Constellation Class : Normalize Method


referenceLevel
Reference level for the normalized constellation.
referenceLevelType
Indicates if the normalization scales for peak magnitude or RMS reference level.

Glossary Item Box

Normalize the current constellation definition to a specified reference level.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Normalize( _
   ByVal referenceLevel As Double, _
   ByVal referenceLevelType As NormalizationReference _
) 
C# 
public abstract void Normalize( 
   double referenceLevel,
   NormalizationReference referenceLevelType
)
C++/CLI 
public:
abstract void Normalize( 
   double referenceLevel,
   NormalizationReference referenceLevelType
) 

Parameters

referenceLevel
Reference level for the normalized constellation.
referenceLevelType
Indicates if the normalization scales for peak magnitude or RMS reference level.

Remarks

Validate is performed as part of this operation.

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