WaveformRepeatCount
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the repeat count of a waveform when you set the Generation Mode property to Arb Waveform and the repeat count is finite.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public int WaveformRepeatCount { get; set; }
Remarks
Specifies a Int32 representing the number of times AWG repeats to generate a waveform.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The WaveformRepeatCount property was accessed after the associated NIRfsg object was disposed. |