Occurs when N number of samples per channel, as defined by EveryNSamplesReadEventInterval, is written from the device to the PC buffer.

Syntax

Namespace: NationalInstruments.DAQmx

public EveryNSamplesReadEventHandler EveryNSamplesRead

Remarks

You must set EveryNSamplesReadEventInterval to a value greater than zero before registering this event.

Note

For more information about events in NI-DAQmx, refer to Events.

Events

Exceptions

TypeDescription
NationalInstruments.DAQmx.DaqException

The NI-DAQmx driver returned an error.

See Also