NI-DAQmx .NET Framework 4.0 API Reference

Table of Contents

ExportSignals.ReadyForTransferEventDeassertConditionCustomThreshold Property

  • Updated2023-02-21
  • 1 minute(s) read
ExportSignals.ReadyForTransferEventDeassertConditionCustomThreshold Property
Specifies in samples the threshold below which the Ready for Transfer Event deasserts. This threshold is an amount of space available in the onboard memory of the device. ReadyForTransferEventDeassertCondition must be OnboardMemoryCustomThreshold to use a custom threshold.

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

Syntax

public long ReadyForTransferEventDeassertConditionCustomThreshold { get; set; }
Public Property ReadyForTransferEventDeassertConditionCustomThreshold As Long
	Get
	Set

Property Value

Type: Int64
Specifies in samples the threshold below which the Ready for Transfer Event deasserts. This threshold is an amount of space available in the onboard memory of the device. ReadyForTransferEventDeassertCondition must be OnboardMemoryCustomThreshold to use a custom threshold.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience