Back to Index

Pulse timer. On a rising edge, outputs 1 for ms then returns to 0.

Signature

TP(tonId, trig, ms, &q);

Example

TP("door", in(1), 5000, pulse);
out(1)=pulse;