Menu component

Table of Contents

Description

Compares an argument to a list of values. The component performs branching within the script. Can have an unlimited number of transition branches. The jump is performed on the branch of the value with which the argument value matched. If no matches are found, the transition is carried out on the branch "OtherĀ».

Table 1. System Characteristics

Index

105

Short title

switch

Types of scenarios

All of them

Starter module

r_script_component_switch

Mode

Synchronous

Icon

105

Branching pattern

Branching, interrupting

Properties

Table 2. Properties
Specification Description

Title: Argument
Code: arg
Visibility: no
Default: — 

Operand to be mapped to a list of values

Title: References
Code: values
Visibility: no
Default: — 

A set of value options for the operand and their corresponding transition branches.

Title: Transition, other
Code: transferFalse
Visibility: no
Default: — 

The component to which control is passed if the operand was not mapped to any of the listed options.

See also