RfsgDataTransfer.BlockSize Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the number of samples to download to onboard memory at one time.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public int BlockSize { get; set; }
Public Property BlockSize As Integer Get Set
Property Value
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.