ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDataTransfer.BlockSize Property

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDataTransfer.BlockSize Property

RfsgDataTransferBlockSize Property

Gets or sets the number of samples to download to onboard memory at one time.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

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

Property Value

Type: Int32
Specifies a Int32 representing the number of samples to download to onboard memory at one time.

Exceptions

ExceptionCondition
ObjectDisposedException The BlockSize property was accessed after the associated NIRfsg object was disposed.

Remarks

The units is Samples.

This property is useful when the total data to be transferred to onboard memory is large.

See Also

Log in to get a better experience