spnSaveTree: Save the top (active) spec-tree with the preprocessing...

Description Usage Arguments Value Author(s) See Also Examples

Description

Save the current spec-tree along with the preprocessing options.

Usage

1
spnSaveTree(TFilename)

Arguments

TFilename

- character string. If TFilename is empty then Spectrino uses the proper name of the spec-tree.

Value

spnSaveTree returns the full name of saved spec-tree

Author(s)

Teodor Krastev

See Also

spnOpenTree , spnSaveGrp

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# Initialization of Spectrino
spnNew() 

# generate test set
spnOpenTree("<test>")

# save the spec-tree under its name
spnSaveTree("") 

# rename  the spec-tree and save it 
spnSaveTree("savenow")

# Release of Spectrino
#spnFree(TRUE)

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