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