Keysight Pathwave 89600 VSA .NET API
Bandwidth Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > UserInputSetup Class : Bandwidth Property


Glossary Item Box

Gets or sets the alias-protected bandwidth (maximum span) the data consuming Measurement should assume for data provided by data source application.

Syntax

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

Remarks

The bandwidth defaults to SampleRate divided by 1.28 for IsComplexData true, or 2.56 if false. The bandwidth is reset to default whenever SampleRate or IsComplexData is set.

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.0

See Also