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