NI-RFPM API Reference

Table of Contents

RfpmUserCalibration.IsDone Method

  • Updated2023-12-28
  • 1 minute(s) read
RfpmUserCalibration.IsDone Method

RfpmUserCalibrationIsDone Method

Returns a value indicating whether calibration is complete.
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: Boolean
A value indicating whether calibration is complete.

Exceptions

ExceptionCondition
ObjectDisposedExceptionIsDone 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).

See Also

Log in to get a better experience