Component Prototype

Description

Switch Component

Triggers an output when all inputs are active. The purpose of this component is to set a defined output only when all inputs are set to true. The number of in and out-slots is configurable in the component as well as the selection of the output to be set when all inputs are active.

In-slots

Name

Type

Description

in

booleanVector

A vector of boolean input values of the Switch component

Out-slots

Name

Type

Description

out

booleanVector

A vector of boolean output values of the Switch component

Properties

Name

Type

Description

iconFileName*

string

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

choice

integer

Chosen output number to be set when all inputs are true.

numElements

integer

Number of inputs and outputs of the component