| spnDelTree {spectrino} | R Documentation |
Delete a tree(s) from spec side. If Tree="<ALL>" then delete all of the trees.
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
spnDelGrp
# Initialization of Spectrino
spnNew()
# generate test set
spnOpenTree("<test>")
# delete active tree / tab
spnDelTree(0)
# Release of Spectrino
spnFree(TRUE)