WindowSize
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the size of the memory window, in bytes, provided by your direct DMA compatible data source.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public int WindowSize { get; set; }
Remarks
Specifies the size of the memory window provided by your direct DMA compatible data source.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The WindowSize property was accessed after the associated NIRfsg object was disposed. |