Keysight Pathwave 89600 VSA .NET API
NormalizedChannelDelaySpread Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > ComponentCarrier Class : NormalizedChannelDelaySpread Property


Glossary Item Box

Gets or sets the expected delay spread of the channel in units of symbols.

Syntax

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

Remarks

The actual equalization filter length will be 2 * NormalizedChannelDelaySpread + 1.

Requirements

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

See Also