RfsgDataTransfer.DirectDownloadEnabled Property
- Updated2024-05-08
- 1 minute(s) read
RfsgDataTransferDirectDownloadEnabled Property
Gets or sets whether the WriteWaveform(String, Double, Double) method writes waveforms immediately to the device or copies the waveform to host memory to download later.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public bool DirectDownloadEnabled { get; set; }
Public Property DirectDownloadEnabled As Boolean Get Set
Property Value
Type: Booleanif direct download to the device is enabled and , if disabled.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The DirectDownloadEnabled property was accessed after the associated NIRfsg object was disposed. |
Remarks
NI-RFSG reads and validates this property when an arbitrary waveform is first allocated.