NI-SCOPE .NET Class Library Help

Table of Contents

ScopeAcquisition.DataTransferPacketSizePreferred Property

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

ScopeAcquisitionDataTransferPacketSizePreferred Property

Gets or sets the preferred size of the data field in the PCI Express (PCIe) packet during data transfer.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public int DataTransferPacketSizePreferred { get; set; }
Public Property DataTransferPacketSizePreferred As Integer
	Get
	Set

Property Value

Type: Int32
This property must be a power of two (64, 128,... , 512).

Remarks

In general, the larger the packet size, the more efficiently the device uses the bus. However, some systems, because of their implementation, perform better with smaller packet sizes.

See Also

Log in to get a better experience