addmodule
Add module to Nelson.
📝Syntax
addmodule(module_path, module_short_name)
📥Input Arguments
Parameter Description
module_path a string: root path of a module. path must exist.
module_short_name a string: short module's name. This name must not be already used.
📄Description

addmodule registers a new module designed by his path and short name.

💡Examples
See module skeleton for example
ismodule('module_skeleton')
addmodule([nelsonroot(), '/module_skeleton'], 'module_skeleton')
ismodule('module_skeleton')
removemodule('module_skeleton')
🔗See Also
ismoduleremovemodulegetmodules
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub