TimerInstance_Class

setUpDirection()

Description

This method sets count UP or count DOWN for the timer instance. If True, then at every timer tick the counter's value will be increased, if False, it will be decremented instead.

Syntax

timer1.setUpDirection(value)

Parameters

timer1: a variable of type TimerInstance_Class

value: the new value for direction: True to count up, False to count down, type: bool

Corrections, suggestions, and new documentation can be added directly to the wiki page. Scroll to the bottom, choose "Edit Page" and use "Papilio" as the password.

  

Share |