NI-RFPM API Reference

Table of Contents

RfpmDriverUtility.ErrorQuery Method

  • Updated2023-12-28
  • 1 minute(s) read
RfpmDriverUtility.ErrorQuery Method

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: ErrorQueryResult
The error query result.

Implements

IIviDriverUtilityErrorQuery

Exceptions

ExceptionCondition
ObjectDisposedExceptionErrorQuery was called after the associated NIRfpm or RfpmDriverUtility object was disposed.
IviCDriverException The underlying NI-RFPM driver returned an error.

See Also

Log in to get a better experience