DCPowerFetchResult Data Structure
- Updated2025-10-06
- 1 minute(s) read
Represents the result of Fetch method.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public struct DCPowerFetchResult
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
| Name | Description |
|---|---|
| CurrentMeasurements | Get the array of current measurements retrieved from the device. |
| InCompliance | Gets an array of inCompliance measurements retrieved from the device. |
| VoltageMeasurements | Gets the array of voltage measurements retrieved from the device. |
Methods
| Name | Description |
|---|---|
| Equals(DCPowerFetchResult) | Determines whether the current instance of DCPowerFetchResult and the DCPowerFetchResult object that you specify are equal. |
| Equals(object) | Determines whether the current instance of the DCPowerFetchResult object and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of DCPowerFetchResult. |
Operators
| Name | Description |
|---|---|
| operator!=(DCPowerFetchResult, DCPowerFetchResult) | Checks whether the two instances of DCPowerFetchResult are unequal. |
| operator==(DCPowerFetchResult, DCPowerFetchResult) | Checks whether the two instances of DCPowerFetchResult are equal. |