WaveformQuantum
- Updated2025-10-14
- 1 minute(s) read
Gets the waveform quantum for the device.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public int WaveformQuantum { get; }
Remarks
Returns an Int32 representing the waveform value.
The number of samples in a waveform must be an integer multiple of the waveform quantum. The other restrictions on the length of the waveform are the minimum and maximum arbitrary waveform sizes.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The WaveformQuantum property was accessed after the associated NIRfsg object was disposed. |