MemorySize
- Updated2025-10-14
- 1 minute(s) read
Gets the digitizer onboard memory, in bytes.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public long MemorySize { get; }
Remarks
Returns an Int64 representing memory size in bytes.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The MemorySize property was accessed after the associated NIRfsa object was disposed. |