powered by
Delete a tree(s) from spec side. If Tree="<ALL>" then delete all of the trees.
spnDelTree(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.
spnDelTree
spnDelGrp
# NOT RUN { # Initialization of Spectrino spnNew() # generate test set spnOpenTree("<test>") # delete active tree / tab spnDelTree(0) # Release of Spectrino #spnFree(TRUE) # }
Run the code above in your browser using DataLab