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


Glossary Item Box

Gets or sets the filter alpha.

Syntax

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

Remarks

Determine the filter alpha for the digital demodulation measurement. The alpha Value determines the filter characteristics of the Nyquist and Gaussian filters used by the digital demodulator. For Gaussian filters, the term BT is used rather than alpha.

For more information about filter characteristics, see the Digital Demodulation "Alpha/BT" topic in the VSA Applications help.

Requirements

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

See Also