Loop Count

Description

Gets or sets the current loop count. The range is from 0 to 254. If the value is 0, then audio playback is looped continuously until a Stop command is received.

If no value is given, then the current loop count is returned.

INFO: To set the default loop count, use Settings for non-volatile (start-up) settings.

Format

PC O [loopcount]

Parameters

  • loopcount is a value between 0 and 254. Optional.

Response Format

NULLLoop count set to loopcount
responseWhen no parameters are given, then response is the current loop count setting

Example

To set the loop count to 8:

PC O 8

To get the current loop count setting:

PC O
8