Keysight Pathwave 89600 VSA .NET API
ReceiverCalibration Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace > InputExtension Class : ReceiverCalibration Property


Glossary Item Box

Gets or sets whether RCal (Receiver Calibration) corrections defined in the instrument are applied or not.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ReceiverCalibration As ReceiverCalibration
C# 
public virtual ReceiverCalibration ReceiverCalibration {get; set;}
C++/CLI 
public:
virtual property ReceiverCalibration ReceiverCalibration {
   ReceiverCalibration get();
   void set (    ReceiverCalibration value);
}

Remarks

RCal can be done in the instrument and specified in the instrument whether to be enabled. When set to Correction then any corrections that are set to Applied in the instrument will attempt to be applied to the acquisition data.

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 25.00

See Also