ICalibration Interface
- Updated2023-02-21
- 2 minute(s) read
NOTE: This interface is obsolete.
This interface is obsolete in NI VeriStand 2012 and later. Use the ICalibration2 interface instead.
Interface to get and set calibration settings for channels on the test system. Use the GetICalibration method of the Factory class to access this interface.
This interface is associated with the legacy calibration feature.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("This interface is obsolete in NI VeriStand 2012 and later. Use the ICalibration2 interface instead.")> _ Public Interface ICalibration |
C# |
---|
[ObsoleteAttribute("This interface is obsolete in NI VeriStand 2012 and later. Use the ICalibration2 interface instead.")] public interface ICalibration |
Visual C++ |
---|
[ObsoleteAttribute(L"This interface is obsolete in NI VeriStand 2012 and later. Use the ICalibration2 interface instead.")] public interface class ICalibration |