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


Glossary Item Box

User-configurable correction for physical input channels in Playback mode.

Object Model

PlaybackUserCorrectionChannel ClassCalibrationFileCollection ClassCalibrationFile ClassCalibrationFile Class

Syntax

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

Remarks

This class has properties and methods that allow the user to apply gain, amplitude flatness, phase linearity, and other corrections to the input data. The correction may be applied separately to the I and Q inputs for I+jQ channels.

The calibration data and constants supplied are used to generate a time-domain correction filter appropriate to the specific center frequency and span being used. The filter is applied to the input data before any analysis is done.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.00

See Also