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


Glossary Item Box

Gets or sets a value indicating whether the bandwidth ratio is automatically determined.

Syntax

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

Property Value

The default value is true.

Remarks

If this property is true, the value of BandwidthRatio is automatically determined based on the current value of Bandwidth, using table 211 of IEEE 802.16-2004. If this property is false, BandwidthRatio may be set to any valid value.

Requirements

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

See Also