Scroll Speed
Syntax
Scroll speed number
Parameters
- number: A value indicating the scroll speed in lines per second. A value of 1 is one line per second; 0.5 is one line every two seconds. A value of 0 stops all scrolling.
Description
Sets the vertical scrolling speed for the results list on the Live Results screen.
Remarks
Setting the speed to 0 can turn the screen into a static lookup station, where it will show the most recent finisher at the bottom of the screen.
Examples
To scroll at two lines per second:
Scroll speed 2
To stop scrolling:
Scroll speed 0