MaximumNumberOfWaveforms
- Updated2025-10-14
- 1 minute(s) read
Gets the maximum number of waveforms the device can hold in memory.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public int MaximumNumberOfWaveforms { get; }
Remarks
Returns an Int32 representing the maximum number of waveforms the device can hold in memory.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The MaximumNumberOfWaveforms property was accessed after the associated NIRfsg object was disposed. |