Show the dependency tree of a module
atomsDepTreeShow(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 |
atomsDepTreeShow shows the dependency tree of an external module.
// 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); | ![]() | ![]() |