loop_count
Description
Specifies the loop count of the chirp.
Syntax
UInt32 loop_count
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 Free Run mode. Be sure to set this property at the start of every chirp especially if you want the DSM to be operated in Free Run mode. Failure to set loop_count might result in unpredictable behavior by the DSM.