This module assigns a value to an entity attribute or system variable.
The O parameter represents the object (attribute or variable) that will be assigned.
If that object is an attribute, the [row,col] position of that attribute will be assigned with the Value. If the attribute does not exists, it will be added to the list of attributes of the entity.
If the object is a variable, the [row,col] position of the variable will be assigned with the Value.
The assigned value is also given to the Y port, switching the boolean value of the CHANGE port.
Outputs
This module does not generate any output.
model Assign = SRC.BasicProcess.Assign;