Keysight Pathwave 89600 VSA .NET API
RmsDelaySpreadPathIncludeMode Enumeration
See Also 
Agilent.SA.Vsa.ChannelSounding.Interfaces Assembly > Agilent.SA.Vsa.ChannelSounding Namespace : RmsDelaySpreadPathIncludeMode Enumeration


Glossary Item Box

Specifies which impulse response points to include when computing RMS Delay Spread and Average Delay.

Syntax

Visual Basic (Declaration) 
Public Enum RmsDelaySpreadPathIncludeMode 
   Inherits System.Enum
C# 
public enum RmsDelaySpreadPathIncludeMode : System.Enum 
C++/CLI 
public enum class RmsDelaySpreadPathIncludeMode : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AboveThresholdOnly points that are above the threshold are included.
BetweenFirstAndLastThresholdCrossingInclude all points between the first time the impulse response crosses the threshold and the last time the impulse response crosses the threshold. This is the method used in ITU-R P.1407-8.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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 27.00

See Also