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