Component Prototype

Description

Cycle

Component

 

Gives a series of numbers between a minimum value and a maximum value, defining the length and the mode (ascending or descending) of the series

In-slots

Name

Type

Description

initValue

double

Initial value of the series

on

When True, the CycleComponent works

Out-slots

Name

Type

Description

value

double

Value of the number

Properties

Name

Type

Description

iconFileName*

string

The filename of the icon shown for the component in the authoring environment.

max

double

Maximum value of the range

min

double

Minimum value of the range

numberOfIntervals

integer

Number of measures in the range

mode

string

Mode of the series (ascending: "UP" or descending "DOWN")

repeat

boolean

When True, it continues working (never-end)