RfsgWaveformCapabilities.WaveformSizeMaximum Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets the size of the largest waveform that is allowed by the device.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public int WaveformSizeMaximum { get; }
Public ReadOnly Property WaveformSizeMaximum As Integer Get
Property Value
Int32Returns an Int32 representing the size of the largest waveform that is allowed by the device.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The WaveformSizeMaximum property was accessed after the associated NIRfsg object was disposed. |