Documentation Home Page HYPERSIM Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


The Expression command is used to calculate some mathematical expressions and save the result into a variable (which is necessary as some other commands can't evaluate expressions). It can also be used to initialize variables (which is necessary for other commands to work).



This command uses the ScopeView calculation engine, meaning that it is possible to use the functions from ScopeView (e.g. ‘max’). For all intent and purposes, ‘Eval’, ‘Expression’ and ‘Assign’ yield the same result, the only difference is the visual presentation of the dialog box and the capability to process one or more expressions.

Differences:

EvalCan only evaluate one expression.
ExpressionCan evaluate several expressions.
AssignCan evaluate several expressions and has the ‘multi-param’ mode.


  • No labels