ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDataTransfer.DirectDownloadEnabled Property

RfsgDataTransfer.DirectDownloadEnabled Property

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: Boolean
if direct download to the device is enabled and , if disabled.

Exceptions

ExceptionCondition
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.

See Also

Was this information helpful?