Component Assignment

Table of Contents

Description

Sets the value of the specified variable. The value assigned is argument. The type conversion mechanism is used if the types of the argument value and the variable value do not coincide. Allows assigning values to multiple variables.

Table 1. System Characteristics

Index

106

Short title

assign

Types of scenarios

All of them

Starter module

r_script_component_assign

Mode

Synchronous

Icon

106

Branching pattern

Non-branching

Properties

Table 2. Properties
Specification Description

Title: Mode
Code: mode
Visibility: no
Default: Single

Component operation mode by number of simultaneous assignment operations
Possible values:

  • Single (single,0)

  • Multiple (multi,1)

Title: Variable
Code: variable
Visibility: yes
Default: — 

Variable - assignment for single assignment.

Title: Value
Code: value
Visibility: yes
Default: — 

An argument supplying a value for a single assignment.

Title: Operations
Code: operations
Visibility: yes
Default: — 

A list of sequential assignment operations where each variable is assigned a separate argument.
The same variable can be assigned a value multiple times.

Title: Transition
Code: transfer
Visibility: no
Default: — 

Component to which control is passed.

See also