ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgDriverIdentity.RevisionQuery MethodCurrent page
Table of Contents

RfsgDriverIdentity.RevisionQuery Method

RfsgDriverIdentity.RevisionQuery Method

RfsgDriverIdentityRevisionQuery Method

Note: This API is now obsolete.

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

[ObsoleteAttribute("This method is obsolete, use the NationalInstruments.ModularInstruments.NIRfsg.DriverUtility.RevisionQuery method instead.")]
public RfsgRevisionQueryResult RevisionQuery()
<ObsoleteAttribute("This method is obsolete, use the NationalInstruments.ModularInstruments.NIRfsg.DriverUtility.RevisionQuery method instead.")>
Public Function RevisionQuery As RfsgRevisionQueryResult

Return Value

Type: RfsgRevisionQueryResult
Returns the RfsgRevisionQueryResult struct containing the revision number of the NI-RFSG driver and the instrument firmware.

Exceptions

ExceptionCondition
ObjectDisposedException The RevisionQuery method was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?