atomsDepTreeShow
Show the dependency tree of a module
Syntax
atomsDepTreeShow(module)
Arguments
- module
1x1 or 1x2 matrix of strings:
1st Col. (Mandatory) 2nd Col. (Optional) Technical Name Version: If this field is empty or is not present, the most recent version is used
Description
atomsDepTreeShow
shows the dependency tree of an external module.
Examples
// Load the test repository exec("SCI/modules/atoms/tests/unit_tests/atomsTestUtils.sce", -1); repository = atomsCreateTestRepository("scene10"); atomsDepTreeShow("toolbox_6V6"); // Cleaning atomsRemove("toolbox_6V6"); atomsRepositoryDel(repository);
See also
Report an issue | ||
<< atomsCheckModule | ATOMS | atomsGetConfig >> |