NI-SCOPE .NET Class Library Help

Table of Contents

ScopeAcquisition.DataTransferBlockSize Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeAcquisition.DataTransferBlockSize Property

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: Int64
Maximum 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.

See Also

Log in to get a better experience