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