Keysight Pathwave 89600 VSA .NET API
AcpAdjacentChannel Class
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : AcpAdjacentChannel Class


Glossary Item Box

The AcpAdjacentChannel class represents one adjacent channel in an ACP calculation (MarkerCollection.AcpAdjacentChannels).

Syntax

Visual Basic (Declaration) 
Public MustInherit Class AcpAdjacentChannel 
   Inherits RemotableObject
   Implements IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged 
C++/CLI 
public ref class AcpAdjacentChannel abstract : public RemotableObject, IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged  

Remarks

The AcpAdjacentChannel actually represents 2 bands; an upper and a lower band that is offset from the reference channel.

To get the result of an ACP measurement, query the ACP Summary table using the MeasurementData.Summary method as described in How To Programmatically Query Summary Tables.

Requirements

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

See Also