Stream: implementers
Topic: Using timing.repeat.countMax
Sadiq Saleh (Apr 07 2017 at 16:55):
I am not sure how to represent a range of counts? In the definition for Timing.repeat.countMax there is an example to do something 6-8 times. Would this be represented as follows:
Timing.repeat.count=6
Timing.repeat.countMax=8
Or is there another way of representing this?
Lloyd McKenzie (Apr 08 2017 at 00:03):
That's correct
Last updated: Apr 12 2022 at 19:14 UTC