RfsgDataTransfer.DirectDownloadEnabled Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool DirectDownloadEnabled { get; set; }
Public Property DirectDownloadEnabled As Boolean Get Set
Property Value
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.