NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalHistoryRam.BufferSizePerSite Property

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

DigitalHistoryRamBufferSizePerSite Property

Gets or sets the size, in samples, of the in-memory History RAM buffer. You can use this property when the instrument is configured for continuous History RAM acquisition.

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

Syntax

public long BufferSizePerSite { get; set; }
Public Property BufferSizePerSite As Long
	Get
	Set

Property Value

Type: Int64
The size of the per-site History RAM sample buffer. The default value is 32000.

Exceptions

ExceptionCondition
OutOfRangeExceptionThe value for BufferSizePerSite is invalid.
IviCDriverExceptionThe underlying NI-Digital driver returned an error.
ObjectDisposedExceptionBufferSizePerSite was accessed after the associated NIDigital or DigitalDriverUtility object was disposed.

See Also

Log in to get a better experience