Difference between revisions of "MC-Basic:pls.PLSdelaytime"
m |
|||
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | |SYNTAX= <pls>. | + | |
− | |AVAILABILITY= 4.7.8 | + | |SYNTAX= |
− | |DESCRIPTION= Returns the | + | <pls>.PLSDelayTime[<''index''>]<br> |
+ | Where index = 1 to <motion buffer size> x <PLS motion buffer> | ||
+ | |||
+ | |||
+ | |AVAILABILITY= | ||
+ | Version 4.7.8 and later | ||
+ | |||
+ | |DESCRIPTION= | ||
+ | Debugging variable.<br> | ||
+ | Returns the contents of the '''PLS''' time buffer. The returned value is the time within the current sample at which the PLS event will occur.<br> | ||
+ | Returns -1 if the sample does not contain a PLS. | ||
+ | |||
|TYPE= long | |TYPE= long | ||
+ | |||
|RANGE= | |RANGE= | ||
+ | -1 to maxLong | ||
− | + | |UNITS= | |
− | + | microseconds | |
− | |||
− | + | |DEFAULT= -1 | |
− | |DEFAULT= -1 | ||
|SCOPE= Terminal/Task | |SCOPE= Terminal/Task | ||
|LIMITATIONS= Read only | |LIMITATIONS= Read only |
Latest revision as of 08:29, 11 October 2018
Debugging variable.
Returns the contents of the PLS time buffer. The returned value is the time within the current sample at which the PLS event will occur.
Returns -1 if the sample does not contain a PLS.
Syntax
<pls>.PLSDelayTime[<index>]
Where index = 1 to <motion buffer size> x <PLS motion buffer>
Availability
Version 4.7.8 and later
Type
long
Range
-1 to maxLong
Units
microseconds
Default
-1
Scope
Terminal/Task
Limitations
Read only
Examples
?P1.PLSdelaytime [1]