MemorySize
- Updated2025-10-14
- 1 minute(s) read
Gets the total amount of memory, in bytes, on the signal generator.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public long MemorySize { get; }
Remarks
Returns a Int64 representing the amount of memory, in bytes, on the signal generator.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The MemorySize property was accessed after the associated NIRfsg object was disposed. |