RfsaErrorQueryResult Data Structure
- Updated2025-10-14
- 1 minute(s) read
Represents the the result of an error query.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public struct RfsaErrorQueryResult
Remarks
For more information, refer to NI RF Vector Signal Analyzers Help.
Properties
| Name | Description |
|---|---|
| ErrorCode | Gets the error code returned by the driver. |
| ErrorMessage | Gets the user readable error string. |
Methods
| Name | Description |
|---|---|
| Equals(RfsaErrorQueryResult) | Determines whether the current instance of RfsaErrorQueryResult and the RfsaErrorQueryResult object that you specify are equal. |
| Equals(object) | Determines whether the current instance of RfsaErrorQueryResult and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaErrorQueryResult. |
Operators
| Name | Description |
|---|---|
| operator!=(RfsaErrorQueryResult, RfsaErrorQueryResult) | Checks whether the two instances of RfsaErrorQueryResult are unequal. |
| operator==(RfsaErrorQueryResult, RfsaErrorQueryResult) | Checks whether the two instances of RfsaErrorQueryResult are equal. |