Keysight Pathwave 89600 VSA .NET API
IntegrationBandwidthAuto Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > StandardSpecificConfiguration Class : IntegrationBandwidthAuto Property


Glossary Item Box

Gets or sets a value indicating whether the integration bandwidth of the component carriers is automatically configured.

Syntax

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

Remarks

When the value is true, the IntegrationBandwidth is automatically configured based on the MaxTransmissionBandwidth of the individual CarrierConfigurations. The default value is true.

Requirements

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

See Also