ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgStreaming.StreamingWaveformName Property

RfsgStreaming.StreamingWaveformName Property

RfsgStreamingStreamingWaveformName Property

Gets or sets the name of the waveform used to continuously stream data during generation.

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

Syntax

public string StreamingWaveformName { get; set; }
Public Property StreamingWaveformName As String
	Get
	Set

Property Value

Type: String
Returns the name of the waveform used to continuously stream data during generation.

Exceptions

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

See Also

Was this information helpful?