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

NameDescription
Code

Gets the numeric result from the SelfTest operation.

Message

Gets the string returned from the instrument SelfTest.

Methods

NameDescription
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

NameDescription
operator!=(DCPowerSelfTestResult, DCPowerSelfTestResult)

Checks whether the two instances of DCPowerSelfTestResult are unequal.

operator==(DCPowerSelfTestResult, DCPowerSelfTestResult)

Checks whether the two instances of DCPowerSelfTestResult are equal.