Keysight Pathwave 89600 VSA .NET API
EnvelopePapr Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > AnalogChannel Class : EnvelopePapr Property


Glossary Item Box

Gets or sets the expected ratio of the peak envelope power to average envelope power. This is defined to be 20 * log10(peak voltage / (RMS value * square root(2))). That means this value is 0 for an unmodulated CW signal. This is currently only used when the RangeOptimization property is set to RangeOptimization.Evm.

Syntax

Visual Basic (Declaration) 
Public Overridable Property EnvelopePapr As Double
C# 
public virtual double EnvelopePapr {get; set;}
C++/CLI 
public:
virtual property double EnvelopePapr {
   double get();
   void set (    double value);
}

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 26.00

See Also