IO Based Behaviors

This set of behaviors enables the expert user to link or to synchronize parameters. 

Given 2 variables A and B, the expert user is provided with 2 methods to bind them. He can  

  • Link the 2 variables: In this case, if B and A are linked, they share the same value. B takes the value of A. If the value of A changes, the value of B will change immediately.

  • Synchronize the 2 variables: In this case, if B is linked with A, B will take the value of A when the behavior is executed.

Link Parameters Behavior
Synchronize Parameters Behavior