Advanced >> Next Write Is Last

NI-DAQmx C Properties

Advanced >> Next Write Is Last

Data Type: bool32
Description: Specifies that the next samples written are the last samples you want to generate. Use this property when performing continuous generation to prevent underflow errors after writing the last sample. Regeneration Mode must be DAQmx_Val_DoNotAllowRegen to use this property.

You can get/set/reset this property using:
  DAQmxGetWriteNextWriteIsLast
  DAQmxSetWriteNextWriteIsLast
  DAQmxResetWriteNextWriteIsLast