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


Glossary Item Box

Gets or sets a value indicating whether EVM results are reported in dB.

Syntax

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

Property Value

The default value is false.

Remarks

When true, EVM results are reported (through display and programmatic interface) in dB. When false, EVM results are reported (through display and programmatic interface) in % rms.

Requirements

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

See Also