loop_count
Description
Specifies the loop count of the waveform.
Syntax
UInt32 loop_count
Read
Gets the current loop count.
Example
unsigned loopCount;
loopCount = awg.loop_count;
Write
Sets the new loop count.
Example
awg.loop_count = 0xA;
Notes
The loop count is the number of times to repeat a waveform for every restart or trigger signal. When loop count is set to "0", then the waveform will repeat indefinitely until it is stopped manually with the stop method.
Note that when loop_count is set to a non-zero integer then the AWG is configured to Burst Mode and will run the specified number of loops for each restart or trigger signal.