Gets or sets whether to enable the device for direct DMA writes.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public bool Enabled { get; set; }

Remarks

true if direct dma is enabled; otherwise, false. The default value is false.

When enabled, WriteWaveform and the overloads for this method writes data residing on the direct DMA device to the NI-RFSG device onboard memory. The direct DMA device is specified in the data address in WindowAddress.

Exceptions

TypeDescription
System.ObjectDisposedException

The Enabled property was accessed after the associated NIRfsg object was disposed.