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