DCPowerSelfTestResult Data Structure
- Updated2025-10-06
- 1 minute(s) read
Represents the result of the SelfTest method.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public struct DCPowerSelfTestResult
Remarks
For more information, refer to NI DC Power Supplies and SMUs Help.
Thread Safety
All members of this type are safe for multithreaded operations.
Properties
Methods
| Name | Description |
|---|---|
| Equals(DCPowerSelfTestResult) | Determines whether the current instance of DCPowerSelfTestResult and the DCPowerSelfTestResult object that you specify are equal. |
| Equals(object) | Determines whether the current instance of the DCPowerSelfTestResult object and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for DCPowerSelfTestResult. |
Operators
| Name | Description |
|---|---|
| operator!=(DCPowerSelfTestResult, DCPowerSelfTestResult) | Checks whether the two instances of DCPowerSelfTestResult are unequal. |
| operator==(DCPowerSelfTestResult, DCPowerSelfTestResult) | Checks whether the two instances of DCPowerSelfTestResult are equal. |