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


Glossary Item Box

Gets the collection of files which contains the external RF calibration data.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property RFExternalCalibrationFiles As CalibrationFileCollection
C# 
public virtual CalibrationFileCollection RFExternalCalibrationFiles {get;}
C++/CLI 
public:
virtual property CalibrationFileCollection^ RFExternalCalibrationFiles {
   CalibrationFileCollection^ get();
}

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 is a collection style property that supports a collection of RF files compared with RFExternalCalibrationFile that only supports a single calibration file.

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 23.20

See Also