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


Glossary Item Box

Gets the RMS of the magnitude of the reference constellation states.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property MagnitudeRms As Double
C# 
public abstract double MagnitudeRms {get;}
C++/CLI 
public:
abstract property double MagnitudeRms {
   double get();
}

Property Value

RMS (unitless) computed from the magnitude of the constellation states.

Remarks

Value is recomputed when Validate executes. Assumption of equally probable constellation states.

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