Load.model: Load a Simile executable model

 

Description

Loads a simile model saved as a compiled binary ( a .dll, .so or .dylib file depending on platform)

Usage

load.model(path.to.binary)

Arguments

path.to.binary

Absolute or relative path to file to be loaded

Value

Handle to be used for querying or instantiating model, as a Tcl object

Author(s)

Jasper Taylor

Examples

 

reset.model: resets the model to its initial state.