ScopeAcquisition.DataTransferBlockSize Property
- Updated2023-09-06
- 1 minute(s) read
ScopeAcquisitionDataTransferBlockSize Property
Gets or sets the maximum number of samples to transfer at one time from the device to host memory.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public long DataTransferBlockSize { get; set; }
Public Property DataTransferBlockSize As Long Get Set
Property Value
Type: Int64Maximum number of samples to transfer at one time from the device to host memory.
Remarks
Increasing this number should result in better fetching performance because the driver does not need to restart the transfers as often. However, increasing this number may also increase the amount of page-locked memory required from the system.