RfpmUserCalibration.IsDone Method
- Updated2023-12-28
- 1 minute(s) read
RfpmUserCalibrationIsDone Method
Returns a value indicating whether calibration is complete.
This method does not support the mmWave subsystem.
This method does not support the mmWave subsystem.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public bool IsDone()
Public Function IsDone As Boolean
Return Value
Type: BooleanA value indicating whether calibration is complete.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | IsDone was called after the associated NIRfpm or RfpmDriverUtility object was disposed. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |
Remarks
Call this method after calling into PerformAction(String, String).