Model Recorder

Instrument that records the runtime's models at the start and stop of execution. The format of the saved models can be configured to use any of the installed syntaxes (e.g., jactr, lisp). The location of the files can also be specified.

Parameters

  • SaveAsExtension : extension of the code generator to use. (default: jactr)
  • StartDirectory : local working directory path to save the start state models to. Will be created if missing. (default: start/)
  • StopDirectory : local working directory path to save the stop models to. Will be created if missing. (default: stop/)
  • TrimModuleContributions : Don't include the injected content from modules and extensions in the generated code. (default: true).