ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgStreaming.SpaceAvailableInWaveform Property

RfsgStreaming.SpaceAvailableInWaveform Property

RfsgStreamingSpaceAvailableInWaveform Property

Gets the space available, in samples, in the streaming waveform for writing new data.

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

Syntax

public long SpaceAvailableInWaveform { get; }
Public ReadOnly Property SpaceAvailableInWaveform As Long
	Get

Property Value

Type: Int64
Returns a Int64 representing the space available in the streaming waveform for writing new data.

Exceptions

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

See Also

Was this information helpful?