RfsgWaveformCapabilities.MaximumNumberOfWaveforms Property
- Updated2024-05-08
- 1 minute(s) read
RfsgWaveformCapabilitiesMaximumNumberOfWaveforms Property
Gets the maximum number of waveforms the device can hold in memory.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public int MaximumNumberOfWaveforms { get; }
Public ReadOnly Property MaximumNumberOfWaveforms As Integer Get
Property Value
Type: Int32Returns an Int32 representing the maximum number of waveforms the device can hold in memory.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The MaximumNumberOfWaveforms property was accessed after the associated NIRfsg object was disposed. |