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

NameDescription
CurrentMeasurements

Gets the array of current measurements retrieved from the device.

VoltageMeasurements

Gets the array of voltage measurements retrieved from the device.

Methods

NameDescription
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

NameDescription
operator!=(DCPowerMeasureResult, DCPowerMeasureResult)

Checks whether the two instances of DCPowerMeasureResult are unequal.

operator==(DCPowerMeasureResult, DCPowerMeasureResult)

Checks whether the two instances of DCPowerMeasureResult are equal.