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 »

Input/output
Input: u
Output: y

Parameters

Rules

u1, u2, etc are reserved for inputs
y1, y2, etc. are used for outputs
All inputs, outputs and modifiable parameters are double

Examples

double a = 1.23; b = 3.45
y1 = a · u1/* output 1 */
y2 = a · u2/* output 2 */

Notes

C code errors will only be detected during compilation. This block is intended for
simple C code only. For more complex code, use the User-coded Model (UCM)

  • No labels