DCPowerFetchResult Structure
- Updated2024-01-04
- 3 minute(s) read

DCPowerFetchResult Structure
Represents the result of Fetch(String, PrecisionTimeSpan, Int32) method.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public struct DCPowerFetchResult
Public Structure DCPowerFetchResult
The DCPowerFetchResult type exposes the following members.
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(Object) |
Determines whether the current instance of the DCPowerFetchResult object and the object that you specify are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(DCPowerFetchResult) |
Determines whether the current instance of DCPowerFetchResult and the DCPowerFetchResult object that you specify are equal.
|
![]() | GetHashCode |
Returns the hash code for the current instance of DCPowerFetchResult.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks whether the two instances of DCPowerFetchResult are equal.
|
![]() ![]() | Inequality |
Checks whether the two instances of DCPowerFetchResult are unequal.
|
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.