RfsgWaveformCapabilities.WaveformQuantum Property
- Updated2024-05-08
- 1 minute(s) read
RfsgWaveformCapabilitiesWaveformQuantum Property
Gets the waveform quantum for the device.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public int WaveformQuantum { get; }
Public ReadOnly Property WaveformQuantum As Integer Get
Property Value
Type: Int32Returns an Int32 representing the waveform value.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The WaveformQuantum property was accessed after the associated NIRfsg object was disposed. |
Remarks
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.