spnDelTree: Delete a tree / tab

Description Usage Arguments Value Author(s) See Also Examples

Description

Delete a tree(s) from spec side. If Tree="<ALL>" then delete all of the trees.

Usage

1
spnDelTree(Tree)

Arguments

Tree

- the name(character string) or the index(integer) of the tree; 0 - active tree; "<ALL>" - all trees.

Value

spnDelTree returns the number of trees after the deleting.

Author(s)

Teodor Krastev

See Also

spnDelGrp

Examples

 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)

spectrino documentation built on June 4, 2019, 1:02 a.m.