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


Glossary Item Box

Gets or sets the integration bandwidth of the component carriers in Hz.

Syntax

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

Remarks

The integration bandwidth defines the frequency range over which the integrated power is calculated. This value must not exceed the MaxTransmissionBandwidth of the component carrier. The default value is 100 MHz.

Requirements

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

See Also