NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerSelfTestResult Structure

  • Updated2024-01-04
  • 3 minute(s) read
DCPowerSelfTestResult Structure

DCPowerSelfTestResult Structure

Represents the result of the SelfTest method.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public struct DCPowerSelfTestResult
Public Structure DCPowerSelfTestResult

The DCPowerSelfTestResult type exposes the following members.

Properties

  NameDescription
Public propertyCode
Gets the numeric result from the SelfTest operation.
Public propertyMessage
Gets the string returned from the instrument SelfTest.
Top

Methods

  NameDescription
Public methodEquals(Object)
Determines whether the current instance of the DCPowerSelfTestResult object and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(DCPowerSelfTestResult)
Determines whether the current instance of DCPowerSelfTestResult and the DCPowerSelfTestResult object that you specify are equal.
Public methodGetHashCode
Returns the hash code for DCPowerSelfTestResult.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top

Operators

  NameDescription
Public operatorStatic memberEquality
Checks whether the two instances of DCPowerSelfTestResult are equal.
Public operatorStatic memberInequality
Checks whether the two instances of DCPowerSelfTestResult are unequal.
Top

Remarks

For more information, refer to NI DC Power Supplies and SMUs Help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience