RfpmSourceUserCalibration.ReadInformation Method
- Updated2023-12-28
- 1 minute(s) read
RfpmSourceUserCalibrationReadInformation Method
Returns information about source calibrations performed, indicating which sweep setting was used and which
ports were calibrated using the sweep setting.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public RfpmUserCalibrationInformation[] ReadInformation()
Public Function ReadInformation As RfpmUserCalibrationInformation()
Return Value
Type: RfpmUserCalibrationInformationInformation about source calibrations performed, indicating which sweep setting was used and which ports were calibrated using the sweep setting. This information includes the timestamp when the calibration was performed as well as the temperature of the device at the time of calibration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | ReadInformation was called after the associated NIRfpm or RfpmDriverUtility object was disposed. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |