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


Glossary Item Box

Gets or sets the nominal channel bandwidth as specified in the IEEE 802.16 standard.

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);
}

Property Value

The default value is 7 MHz.

Remarks

This property is unique in that is is not reset by a call to Preset, because the 802.16-2004 standard supports a wide range of bandwidths. You should set this property, then call Preset, to preset the measurement for a particular bandwidth.

Requirements

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

See Also