Please enable JavaScript to view this site.

Vensim Help

Navigation: Reference Guide > Functions > Basic Type Functions

GAME(X) use x except when running a GAME

Scroll Prev Top Next More

Returns X during normal simulation with X being any expression.  When in gaming mode (interactive simulation) the value of the right hand side is left constant until changed by the user.  Gaming mode is discussed in detail in Simulating Models.

Restrictions: GAME must directly follow the equal sign and not be followed by anything.  In the Equation Editor select Variable type Auxiliary and subtype Game.

Units:GAME (units) --> units

Units for the input and output must match.

Examples

hiring = GAME((desired workforce - workforce)/adjustment time)

Availability: Not PLE.

 

Sample model: GAME.mdl in FunctionExamples