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


Glossary Item Box

Gets or sets the file which contains the external RF calibration data.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property RFExternalCalibrationFile As String
C# 
public abstract string RFExternalCalibrationFile {get; set;}
C++/CLI 
public:
abstract property String^ RFExternalCalibrationFile {
   String^ get();
   void set (    String^ value);
}

Remarks

RF calibration data is used on an absolute-frequency basis to develop a time-correction filter that is appropriate to the measurement span and center frequency. This interface is obsoleted,use RFExternalCalibrationFiles instead

Requirements

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

See Also