Difference between revisions of "MC-Basic:pls.PLSdelaytime"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= <pls>.PLSdelaytime[<index>] |AVAILABILITY= 4.7.2 |DESCRIPTION= Returns the current state of the PLS time buffers, if nothing assigned -1 is retur…")
 
Line 12: Line 12:
 
|EXAMPLE= ?P1.PLSdelaytime [1]
 
|EXAMPLE= ?P1.PLSdelaytime [1]
 
|SEE ALSO=
 
|SEE ALSO=
 +
[[AXY:MC-Basic:pls.HWIOtime| HWIOtime]]
 +
[[Axystems:PLS_timing_issues| PLS Timinig Issues]]
 +
 
}}
 
}}

Revision as of 09:23, 24 February 2011

Returns the current state of the PLS time buffers, if nothing assigned -1 is returned, else the time in microseconds inside the current sample when the PLS will be triggered.

Syntax

<pls>.PLSdelaytime[<index>]

Availability

4.7.2

Type

long

Range

-1 MAXLONG

Units

microseconds

Default

Terminal/Task

Limitations

Read-Only

Examples

?P1.PLSdelaytime [1]

See Also

HWIOtime PLS Timinig Issues