NI-DAQmx .NET Framework 4.5 API Reference

Task.EveryNSamplesReadEventInterval Property

  • Updated2023-02-21
  • 1 minute(s) read
Task.EveryNSamplesReadEventInterval Property
Gets or sets the interval, in number of samples per channel, at which EveryNSamplesRead is called.

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

Syntax

public int EveryNSamplesReadEventInterval { get; set; }
Public Property EveryNSamplesReadEventInterval As Integer
	Get
	Set

Property Value

Type: Int32
The interval, in number of samples per channel.

Remarks

If this property is set to zero, registering the EveryNSamplesRead event is not successful.

See Also

Log in to get a better experience