DigitalHistoryRam.BufferSizePerSite Property
- Updated2023-11-24
- 1 minute(s) read
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: Int64The size of the per-site History RAM sample buffer. The default value is 32000.
Exceptions
Exception | Condition |
---|---|
OutOfRangeException | The value for BufferSizePerSite is invalid. |
IviCDriverException | The underlying NI-Digital driver returned an error. |
ObjectDisposedException | BufferSizePerSite was accessed after the associated NIDigital or DigitalDriverUtility object was disposed. |