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


Glossary Item Box

User-configurable correction for physical input channels

Object Model

InputCorrection ClassCalibrationFileCollection ClassCalibrationFile ClassCalibrationFile Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class InputCorrection 
   Inherits RemotableObject
   Implements IPropertyInfoIPropertyInfo2IRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged 
C++/CLI 
public ref class InputCorrection 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)

See Also