ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgStreaming.StreamingEnabled Property

RfsgStreaming.StreamingEnabled Property

RfsgStreamingStreamingEnabled Property

Gets or sets whether streaming of waveform data is enabled or disabled.

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

Syntax

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

Property Value

Type: Boolean
if streaming of waveform data is enabled; otherwise .

Exceptions

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

See Also

Was this information helpful?