IsSelfCalibrationValid(out RfsaSelfCalibrationSteps)
- Updated2025-10-14
- 1 minute(s) read
Indicates whether a calibration step is valid and specifies the valid steps.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool IsSelfCalibrationValid(out RfsaSelfCalibrationSteps validSteps)
Remarks
To omit unnecessary self-calibration of steps that are still valid, you can pass the returned validSteps to the stepsToOmit parameter of the SelfCalibrate method.
Parameters
| Name | Type | Description |
|---|---|---|
| validSteps | out RfsaSelfCalibrationSteps | Specifies the valid calibration steps. |
Returns
true if the calibration step is valid; otherwise, false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The IsSelfCalibrationValid method was accessed after the associated NIRfsa object was disposed. |