Simulations in
Modeleasy+ are accomplished by using two basic commands: BUILDMODEL and
SIMULATE. The BUILDMODEL command is used to convert a model written in MDL
into an executable module which is then used by the SIMULATE command to
perform the actual simulation. By first converting the model to an
executable form, the execution speed of the simulation is maximized,
greatly increasing the power of the simulation to the user.
The general
syntax of the BUILDMODEL command is:
BUILDMODEL ( model_name [: optional_keywords] )
where the "optional_keywords"
can be used to prepare the model for stochastic simulation, vector
simulation, or to insert add-factors into the simulation (without having
to edit the model maually). The BUILDMODEL command need only be used once
for each simulation since the executable which is built can be used over
and over.