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


Glossary Item Box

Gets or sets the lagging time length for EVM transient time exclusion.

Syntax

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

Property Value

The default value is 5 us.

Requirements

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

See Also