RfsgStreaming.StreamingWaveformName Property
- Updated2024-05-08
- 1 minute(s) read
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: StringReturns the name of the waveform used to continuously stream data during generation.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The StreamingWaveformName property was accessed after the associated NIRfsg object was disposed. |