NI-DAQmx .NET Framework 4.5 API Reference

ReadyForTransferEventDeassertCondition Enumeration

  • 更新时间2023-02-21
  • 阅读时长1分钟
ReadyForTransferEventDeassertCondition Enumeration
Specifies when the ready for transfer event deasserts.

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

Syntax

public enum ReadyForTransferEventDeassertCondition
Public Enumeration ReadyForTransferEventDeassertCondition

Members

  Member nameValueDescription
OnboardMemoryMoreThanHalfFull10237Deassert the signal when more than half of the onboard memory of the device fills.
OnboardMemoryFull10236Deassert the signal when the onboard memory fills.
OnboardMemoryCustomThreshold12577Deassert the signal when the amount of space available in the onboard memory is below the value specified with ReadyForTransferEventDeassertConditionCustomThreshold.

Remarks

Specifies when the ready for transfer event deasserts. Use this enumeration to get or set the value of ReadyForTransferEventDeassertCondition.

See Also