SpaceAvailableInWaveform
- Updated2025-10-14
- 1 minute(s) read
Gets the space available, in samples, in the streaming waveform for writing new data.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public long SpaceAvailableInWaveform { get; }
Remarks
Returns a Int64 representing the space available in the streaming waveform for writing new data.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The SpaceAvailableInWaveform property was accessed after the associated NIRfsg object was disposed. |