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


Glossary Item Box

Gets or sets the adjacent channel power bands vector.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property AdjacentChannelPowerBands As Double()
C# 
public abstract double[] AdjacentChannelPowerBands {get; set;}
C++/CLI 
public:
abstract property array<double>^ AdjacentChannelPowerBands {
   array<double>^ get();
   void set (    array<double>^ value);
}

Property Value

This is a vector of offsets and bandwidths of each desired ACP measurement band in Hz.

Requirements

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

See Also