NI-DAQmx .NET Framework 4.5 API Reference

DaqStream.TotalSamplesAcquiredPerChannel Property

  • Updated2023-02-21
  • 1 minute(s) read
DaqStream.TotalSamplesAcquiredPerChannel Property
Indicates the total number of samples acquired by each channel. NI-DAQmx returns a single value because this value is the same for all channels. For retriggered acquisitions, this value is the cumulative number of samples across all retriggered acquisitions.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public long TotalSamplesAcquiredPerChannel { get; }
Public ReadOnly Property TotalSamplesAcquiredPerChannel As Long
	Get

Property Value

Type: Int64
Indicates the total number of samples acquired by each channel. NI-DAQmx returns a single value because this value is the same for all channels. For retriggered acquisitions, this value is the cumulative number of samples across all retriggered acquisitions.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience