Description Usage Arguments Value Author(s) See Also Examples
Delete a tree(s) from spec side. If Tree="<ALL>" then delete all of the trees.
1 | spnDelTree(Tree)
|
Tree |
- the name(character string) or the index(integer) of the tree; 0 - active tree; "<ALL>" - all trees. |
spnDelTree
returns the number of trees after the deleting.
Teodor Krastev
1 2 3 4 5 6 7 8 9 10 11 | # Initialization of Spectrino
spnNew()
# generate test set
spnOpenTree("<test>")
# delete active tree / tab
spnDelTree(0)
# Release of Spectrino
#spnFree(TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.