ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgArb.WaveformRepeatCount Property

RfsgArb.WaveformRepeatCount Property

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: Int32
Specifies a Int32 representing the number of times AWG repeats to generate a waveform.

Exceptions

ExceptionCondition
ObjectDisposedException The WaveformRepeatCount property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?