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


Glossary Item Box

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

Syntax

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

Remarks

IF calibration data is used on a relative-frequency basis to develop a time-correction filter that is appropriate to the measurement span.

Requirements

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

See Also