GetSelfCalibrationLastDateAndTime(RfsgDeviceModule)
- Updated2025-10-14
- 1 minute(s) read
Returns the date and time of the last successful self-calibration.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public DateTime GetSelfCalibrationLastDateAndTime(RfsgDeviceModule module)
Parameters
| Name | Type | Description |
|---|---|---|
| module | RfsgDeviceModule | Specifies from which module to retrieve the last successful self-calibration date and time. |
Returns
Returns the date and time of the last successful calibration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The GetSelfCalibrationLastDateAndTime method was accessed after the associated NIRfsg object was disposed. |