RfsgDriverUtility.RevisionQuery Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverUtilityRevisionQuery Method
Returns the revision numbers of the NI-RFSG driver and the instrument firmware.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgRevisionQueryResult RevisionQuery()
Public Function RevisionQuery As RfsgRevisionQueryResult
Return Value
Type: RfsgRevisionQueryResultReturns the RfsgRevisionQueryResult struct containing the revision number of the NI-RFSG driver and the instrument firmware.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The RevisionQuery method was accessed after the associated NIRfsg object was disposed. |