RfsgErrorQueryResult Structure
- Updated2024-05-08
- 2 minute(s) read
RfsgErrorQueryResult Structure
Represents the result of an error query.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public struct RfsgErrorQueryResult
Public Structure RfsgErrorQueryResult
The RfsgErrorQueryResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ErrorCode |
Gets the error code returned by the driver.
|
![]() | ErrorMessage |
Gets the user readable error string.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the current instance of RfsgErrorQueryResult and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(RfsgErrorQueryResult) |
Compares two RfsgErrorQueryResult instances for equality.
|
![]() | GetHashCode |
Returns the hash code for the current instance of RfsgErrorQueryResult.
(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.) |
Remarks
For more information, refer to the
NI RF Signal Generators 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.