RevisionQuery Method
- Updated2023-02-21
- 2 minute(s) read
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
Exception | Condition |
---|---|
Ivi.Driver.IviCDriverException | The underlying NI-SWITCH driver returned an error. |
ObjectDisposedException | RevisionQuery was called after the associated NISwitch or SwitchDriverUtility object was disposed. |