RfsgStreaming.StreamingEnabled Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets whether streaming of waveform data is enabled or disabled.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool StreamingEnabled { get; set; }
Public Property StreamingEnabled As Boolean Get Set
Property Value
Booleanif streaming of waveform data is enabled; otherwise .
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The StreamingEnabled property was accessed after the associated NIRfsg object was disposed. |