RfsgArb.WaveformRepeatCount Property
- Updated2024-05-08
- 1 minute(s) read
RfsgArbWaveformRepeatCount Property
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public int WaveformRepeatCount { get; set; }
Public Property WaveformRepeatCount As Integer Get Set
Property Value
Type: Int32Specifies a Int32 representing the number of times AWG repeats to generate a waveform.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The WaveformRepeatCount property was accessed after the associated NIRfsg object was disposed. |