RfsgDataTransfer.BlockSize Property
- Updated2024-05-08
- 1 minute(s) read
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: Int32Specifies a Int32 representing the number of samples to download to onboard memory at one time.
Exceptions
Exception | Condition |
---|---|
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.