ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDriverUtility.SelfCalibrate Method

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDriverUtility.SelfCalibrate Method

RfsgDriverUtilitySelfCalibrate Method

Note: This API is now obsolete.

Performs an internal self-calibration on the device. This method is obsolete, use SelfCalibrate method instead.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

[ObsoleteAttribute("This method is obsolete, use the NationalInstruments.ModularInstruments.NIRfsg.Calibration.Self.SelfCalibrate() method instead")]
public void SelfCalibrate()
<ObsoleteAttribute("This method is obsolete, use the NationalInstruments.ModularInstruments.NIRfsg.Calibration.Self.SelfCalibrate() method instead")>
Public Sub SelfCalibrate

Exceptions

ExceptionCondition
ObjectDisposedException The SelfCalibrate method was accessed after the associated NIRfsg object was disposed.

Remarks

If the calibration is successful, new calibration data and constants are stored in the onboard non-volatile memory of the module.

See Also

Log in to get a better experience