atomsShow
Show the characteristics of a module
Syntax
atomsShow(module)
Arguments
- module
1x1 or 1x2 Matrix of strings:
1st Col. Technical name Mandatory 2nd Col. Version Optional If this field is empty or is not present, the most recent version is used
Description
Show the characteristics of a module
Examples
// Create the test repository exec("SCI/modules/atoms/tests/unit_tests/atomsTestUtils.sce", -1); repository = atomsCreateTestRepository("scene10"); atomsShow("toolbox_5V6"); // Cleaning atomsRepositoryDel(repository);
See also
- atomsList — List available external modules
- atomsDepTreeShow — Show the dependency tree of a module
Report an issue | ||
<< atomsSetConfig | ATOMS | atomsSystemInit >> |