MC-Basic:pls.PLSREPEAT

From SoftMC-Wiki
Revision as of 08:37, 22 May 2014 by Miborich (talk | contribs)
Jump to: navigation, search
Sets or queries the repetition interval of the PLS. The PLS output pattern specified by the PLS positions is repeated at an interval specified by the REPEAT property. A value of 0 disables repetition.
NOTE-Info.svgNOTE
A negative value is rejected

Short form

<pls>.Prep

Syntax

<pls>.PlsRepeat = <repetition interval>

Availability

All versions

Type

Double

Range

Greater than abs(maximum PLS position - minimum PLS position)

Default

0

Scope

Configuration, Task or Terminal

Limitations

The <repetition interval> is set only when the PLS is disabled.

Examples

Pls1.PlsRepeat = 1000

See Also