"transmissionRatio"

The attribute transmissionRatio specifies the ratio between the thumb-wheel and the value range.

Synopsis

shape.transmissionRatio(float ratio);

Parameter

Parameter Description
shape Name of the object
ratio The ratio. The higher the value the more you have to rotate the thumb wheel to move (within the value range).

Description

The attribute transmissionRatio specifies the ratio between the thumb-wheel and the value range.

Example

The code sets the transmission ratio to 2.

main(bool enter)
{
  THUMB_WHEEL1.transmissionRatio(2);
}

Assignment

Thumb wheel