Load Modalys Component
Description
Loads a Modalys component file into Modalys.
(load-component ... )
Syntax and Default Values
The (load-component ... ) function can be created using the following Lisp syntax:
(load-component filename)
Parameters
The (load-component ... ) function takes one argument:
- filename: name of Modalys component fileto be loaded. (in quotes.)
The name of the Modalys component file should be provided in quotes, and include the extension (.lisp). The path used for (load-component ... ) is has already been defined in the Modalys workspace as Components/runtime/lisp (for the Lisp environment) or similar path within the Components folder.
Discussion
Components allow you to write Lisp code to define useful functions that can be loaded into the Modalys workspace.
Options
There are no special options for this function.