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


Glossary Item Box

Gets or sets the α (alpha) or BT (bandwidth time product) parameter for measurement and reference filters.

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

The α (alpha) parameter determines the filter characteristics of the Nyquist (or Raised Cosine) filters used by the digital demodulator. The BT (bandwidth time product) parameter determines the filter characteristics of the Gaussian filters used by the digital demodulator. For more information about filter characteristics, see the Digital Demodulation "Alpha/BT" topic in the VSA Applications help. For more information about digital demodulation measurements, see the Digital Demodulation "Setting up a Digital Demodulation Measurement" topic in the VSA Application help.

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 18.00

See Also