RfpmDriverUtility.ErrorQuery Method
- Updated2023-12-28
- 1 minute(s) read
RfpmDriverUtilityErrorQuery Method
Reads an error code and the associated message from the NI-RFPM driver error queue.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public ErrorQueryResult ErrorQuery()
Public Function ErrorQuery As ErrorQueryResult
Return Value
Type: ErrorQueryResultThe error query result.
Implements
IIviDriverUtilityErrorQueryExceptions
Exception | Condition |
---|---|
ObjectDisposedException | ErrorQuery was called after the associated NIRfpm or RfpmDriverUtility object was disposed. |
IviCDriverException | The underlying NI-RFPM driver returned an error. |