RfsgArb.MemorySize Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets the total amount of memory, in bytes, on the signal generator.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public long MemorySize { get; }
Public ReadOnly Property MemorySize As Long Get
Property Value
Int64Returns a Int64 representing the amount of memory, in bytes, on the signal generator.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The MemorySize property was accessed after the associated NIRfsg object was disposed. |