Events >> Ready For Transfer Event >> Deassert Condition

NI-DAQmx C Properties

Events >> Ready For Transfer Event >> Deassert Condition

Data Type: int32
Description: Specifies when the ready for transfer event deasserts.

Valid values

DAQmx_Val_OnbrdMemMoreThanHalfFull 10237 Deassert the signal when more than half of the onboard memory of the device fills.
DAQmx_Val_OnbrdMemFull 10236 Deassert the signal when the onboard memory fills.
DAQmx_Val_OnbrdMemCustomThreshold 12577 Deassert the signal when the amount of space available in the onboard memory is below the value specified with Deassert Condition Custom Threshold.


You can get/set/reset this property using:
  DAQmxGetExportedRdyForXferEventDeassertCond
  DAQmxSetExportedRdyForXferEventDeassertCond
  DAQmxResetExportedRdyForXferEventDeassertCond