NI-DAQmx .NET Framework 4.5 API Reference

DOChannel.UseOnlyOnBoardMemory Property

  • Updated2023-02-21
  • 1 minute(s) read
DOChannel.UseOnlyOnBoardMemory Property
Specifies whether to write samples directly to the onboard memory of the device, bypassing the memory buffer. Generally, you cannot update onboard memory after you start the task. Onboard memory includes data FIFOs.

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

Syntax

public bool UseOnlyOnBoardMemory { get; set; }
Public Property UseOnlyOnBoardMemory As Boolean
	Get
	Set

Property Value

Type: Boolean
Specifies whether to write samples directly to the onboard memory of the device, bypassing the memory buffer. Generally, you cannot update onboard memory after you start the task. Onboard memory includes data FIFOs.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also