NI-DAQmx .NET Framework 4.0 API Reference

AOChannel.UseOnlyOnBoardMemory Property

  • Updated2023-02-21
  • 1 minute(s) read
AOChannel.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 directly after you start the task. Onboard memory includes data FIFOs.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.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 directly after you start the task. Onboard memory includes data FIFOs.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience