NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalHistoryRam.NumberOfSamplesIsFinite Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalHistoryRam.NumberOfSamplesIsFinite Property

DigitalHistoryRamNumberOfSamplesIsFinite Property

Gets or sets whether the instrument acquires a finite number of History RAM samples or acquires samples continuously. When the instrument acquires samples continuously, you can fetch samples during the pattern burst.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

public bool NumberOfSamplesIsFinite { get; set; }
Public Property NumberOfSamplesIsFinite As Boolean
	Get
	Set

Property Value

Type: Boolean
, if the number of captured History RAM samples is finite; otherwise, . The default value is true.

Exceptions

ExceptionCondition
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionNumberOfSamplesIsFinite was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

See Also

Log in to get a better experience