RfsaRevisionQueryResult Structure
- Updated2023-02-21
- 3 minute(s) read
Represents the result of the revision query operation.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx40 (in NationalInstruments.ModularInstruments.NIRfsa.Fx40.dll) Version: 2022
Syntax
public struct RfsaRevisionQueryResult
Public Structure RfsaRevisionQueryResult
The RfsaRevisionQueryResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | FirmwareRevision |
Gets a string that contains the firmware revision information for the NI-RFSA device that you are currently using.
|
![]() | InstrumentRevision |
Gets a string that contains additional version information about NI-RFSA.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether this instance of RfsaRevisionQueryResult and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(RfsaRevisionQueryResult) |
Determines whether the current instance of RfsaRevisionQueryResult and the RfsaRevisionQueryResult object that you specify are equal.
|
![]() | GetHashCode |
Returns the hash code for RfsaRevisionQueryResult.
(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 RfsaRevisionQueryResult are equal. |
![]() ![]() | Inequality | Checks whether the two instances of RfsaRevisionQueryResult are unequal. |
Remarks
For more information, refer to NI RF Vector Signal Analyzers 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.