RfsaRevisionQueryResult Data Structure
- Updated2025-10-14
- 1 minute(s) read
Represents the result of the revision query operation.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public struct RfsaRevisionQueryResult
Remarks
For more information, refer to NI RF Vector Signal Analyzers Help.
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(RfsaRevisionQueryResult) | Determines whether the current instance of RfsaRevisionQueryResult and the RfsaRevisionQueryResult object that you specify are equal. |
| Equals(object) | Determines whether this instance of RfsaRevisionQueryResult and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for RfsaRevisionQueryResult. |
Operators
| Name | Description |
|---|---|
| operator!=(RfsaRevisionQueryResult, RfsaRevisionQueryResult) | Checks whether the two instances of RfsaRevisionQueryResult are unequal. |
| operator==(RfsaRevisionQueryResult, RfsaRevisionQueryResult) | Checks whether the two instances of RfsaRevisionQueryResult are equal. |