loop_count
Description
Specifies the loop count of the chirp.
Syntax
Read
Gets the current loop count.
Example
unsigned loopCount;
loopCount = dsm.loop_count;
Write
Sets the new loop count.
Example
dsm.loop_count = 0xA;
Notes
When this property is set to "0", the loop count is set to infinite so the DSM will be in Continuous mode. By definition, Continuous mode is set when this property is set to "0" and Burst mode is set when this property is set to a positive non-zero integer. Be sure to set this property at the start of every chirp especially if you want the DSM to be operated in Continuous mode. Failure to set loop_count might result in unpredictable behavior by the DSM.