AllowMoreRecordsThanMemory
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to allow the device to acquire records that exceeds the device memory.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool AllowMoreRecordsThanMemory { get; set; }
Remarks
true if the device acquire records exceeds the device memory; otherwise, false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The AllowMoreRecordsThanMemory property was accessed after the associated NIRfsa object was disposed. |