Gets or sets the maximum bandwidth that the NI-RFSA can consume.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public double DataTransferMaximumBandwidth { get; set; }

Remarks

The NI-RFSA limits itself to transfer fewer bytes per second on the PCI Express bus than the value you specify for this property.

Specifies a Double representing the maximum bandwidth that the NI-RFSA can consume.

Exceptions

TypeDescription
System.ObjectDisposedException

The DataTransferMaximumBandwidth property was accessed after the associated NIRfsa object was disposed.