spnDelGrp {spectrino} | R Documentation |
Delete Grp group in the top tab/spec-tree. If Grp="*" or "<ALL>" then delete all of the groups from the spec-tree.
spnDelGrp(Grp)
Grp |
- the name(character string) or the index(integer) of the group; 0 - active group; "*" or "<ALL>" - all groups. |
spnDelGrp
returns the number of groups after the deleting. (spnGetGrpCount)
Teodor Krastev
spnDelSpc
# Initialization of Spectrino spnNew() # generate test set spnOpenTree("<test>") # delete third group from the list spnDelGrp(3) # empty the whole list of groups spnDelGrp("*") # Release of Spectrino spnFree(TRUE)