Gets or sets whether the WriteWaveform method writes waveforms immediately to the device or copies the waveform to host memory to download later.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public bool DirectDownloadEnabled { get; set; }

Remarks

true if direct download to the device is enabled and false, if disabled.

NI-RFSG reads and validates this property when an arbitrary waveform is first allocated.

Exceptions

TypeDescription
System.ObjectDisposedException

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