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

NameTypeDescription
validStepsout RfsaSelfCalibrationSteps

Specifies the valid calibration steps.

Returns

true if the calibration step is valid; otherwise, false.

Exceptions

TypeDescription
System.ObjectDisposedException

The IsSelfCalibrationValid method was accessed after the associated NIRfsa object was disposed.