StreamingEnabled
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether streaming of waveform data is enabled or disabled.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool StreamingEnabled { get; set; }
Remarks
true if streaming of waveform data is enabled; otherwise false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The StreamingEnabled property was accessed after the associated NIRfsg object was disposed. |