ScopeRevisionQueryResult Structure
- Updated2023-09-06
- 3 minute(s) read
ScopeRevisionQueryResult Structure
Represents the result of the revision query operation.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public struct ScopeRevisionQueryResult
Public Structure ScopeRevisionQueryResult
The ScopeRevisionQueryResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | FirmwareRevision |
Gets a string that contains the firmware revision information for the NI-SCOPE instrument that you are currently using.
|
![]() | InstrumentRevision |
Gets a string that contains additional version information about NI-SCOPE driver.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether this instance of ScopeRevisionQueryResult and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(ScopeRevisionQueryResult) |
Determines whether the current instance of ScopeRevisionQueryResult and the ScopeRevisionQueryResult object that you specify are equal.
|
![]() | GetHashCode |
Returns the hash code for ScopeRevisionQueryResult.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality | Checks whether the two instances of ScopeRevisionQueryResult are equal. |
![]() ![]() | Inequality | Checks whether the two instances of ScopeRevisionQueryResult are unequal. |
Remarks
For more information, refer to NI High-Speed Digitizers Help.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.