BlockSize
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the number of samples to download to onboard memory at one time.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public int BlockSize { get; set; }
Remarks
Specifies a Int32 representing the number of samples to download to onboard memory at one time.
The units is Samples.
This property is useful when the total data to be transferred to onboard memory is large.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The BlockSize property was accessed after the associated NIRfsg object was disposed. |