NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerFetchResult.CurrentMeasurements Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerFetchResult.CurrentMeasurements Property

DCPowerFetchResultCurrentMeasurements Property

Get the array of current measurements retrieved from the device.

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

Syntax

public double[] CurrentMeasurements { get; }
Public ReadOnly Property CurrentMeasurements As Double()
	Get

Property Value

Type: Double
Returns an array of Double that represents the current measurements retrieved from the device.

Return Value

Type: Double
Specifies an array of Double that contain current measurements retrieved from the device.

See Also

Log in to get a better experience