ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgWaveformCapabilities ClassRfsgWaveformCapabilities.WaveformSizeMinimum PropertyCurrent page
Table of Contents

RfsgWaveformCapabilities.WaveformSizeMinimum Property

RfsgWaveformCapabilities.WaveformSizeMinimum Property

RfsgWaveformCapabilitiesWaveformSizeMinimum Property

Gets the size (in samples) of the smallest waveform that is allowed by the device .

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public int WaveformSizeMinimum { get; }
Public ReadOnly Property WaveformSizeMinimum As Integer
	Get

Property Value

Type: Int32
Returns an Int32 representing the size, in samples, of the smallest waveform that is allowed by the device.

Exceptions

ExceptionCondition
ObjectDisposedException The WaveformSizeMinimum property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?