NI-SCOPE .NET Class Library Help

Table of Contents

ScopeAcquisition.DataTransferBandwidthMax Property

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

ScopeAcquisitionDataTransferBandwidthMax Property

Gets or sets the maximum bandwidth that the device is allowed to consume.

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

Syntax

public double DataTransferBandwidthMax { get; set; }
Public Property DataTransferBandwidthMax As Double
	Get
	Set

Property Value

Type: Double
The maximum bandwidth on the PCIe bus that is used during data transfer.

Remarks

The NI device limits itself to transfer fewer bytes per second on the PCIe bus than the value you specify for this property.

See Also

Log in to get a better experience