WaveformSizeMinimum
- Updated2025-10-14
- 1 minute(s) read
Gets the size (in samples) of the smallest waveform that is allowed by the device .
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public int WaveformSizeMinimum { get; }
Remarks
Returns an Int32 representing the size, in samples, of the smallest waveform that is allowed by the device.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The WaveformSizeMinimum property was accessed after the associated NIRfsg object was disposed. |