NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

RevisionQuery Method

RevisionQuery Method
Returns the revision number of the NI-SWITCH driver.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)

Syntax

Visual Basic (Declaration)
Public Function RevisionQuery As SwitchRevisionQueryResult
C#
public SwitchRevisionQueryResult RevisionQuery()

Return Value

Type: NationalInstruments.ModularInstruments.NISwitch..::.SwitchRevisionQueryResult
An object of type SwitchRevisionQueryResult.

Exceptions

ExceptionCondition
Ivi.Driver.IviCDriverException The underlying NI-SWITCH driver returned an error.
ObjectDisposedException RevisionQuery was called after the associated NISwitch or SwitchDriverUtility object was disposed.

See Also

Was this information helpful?