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


Glossary Item Box

Gets or sets the power ratio threshold for transition between PUSCH slots that will trigger EVM transient time exclusion.

Syntax

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

Remarks

This is a linear power quantity.

Requirements

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

See Also