ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgWaveformCapabilities.WaveformQuantum Property

RfsgWaveformCapabilities.WaveformQuantum Property

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: Int32
Returns an Int32 representing the waveform value.

Exceptions

ExceptionCondition
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.

See Also

Was this information helpful?