RfsgSelfTestResult Data Structure
- Updated2025-10-14
- 1 minute(s) read
Represents the result of the SelfTest.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public struct RfsgSelfTestResult
Remarks
For more information, refer to the NI RF Signal Generators Help.
Constructors
| Name | Description |
|---|---|
| RfsgSelfTestResult(int, string) | Initializes a new instance of RfsgSelfTestResult. |
Properties
Methods
| Name | Description |
|---|---|
| Equals(RfsgSelfTestResult) | Determines whether the current instance of RfsgSelfTestResult and the RfsgSelfTestResult object that you specify are equal. |
| Equals(object) | Determines whether the current instance of SelfTest and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of SelfTest. |
Operators
| Name | Description |
|---|---|
| operator!=(RfsgSelfTestResult, RfsgSelfTestResult) | Checks whether two instances of SelfTest are unequal. |
| operator==(RfsgSelfTestResult, RfsgSelfTestResult) | Determines whether two SelfTest instances have the same value. |