ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDirectDma.Enabled Property

RfsgDirectDma.Enabled Property

RfsgDirectDmaEnabled Property

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

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public bool Enabled { get; set; }
Public Property Enabled As Boolean
	Get
	Set

Property Value

Type: Boolean
if direct dma is enabled; otherwise, . The default value is .

Exceptions

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

Remarks

When enabled, WriteWaveform(String, Double, Double) 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.

See Also

Was this information helpful?