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


Glossary Item Box

Gets or sets the shape factor of the Raised Cosine, Root Raised Cosine, and Gaussian filters. The shape factor determines the effective bandwidth of the signal after filtering.

Syntax

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

Requirements

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

See Also