spnSaveBlock: Save a block of properties

Description Usage Arguments Value Author(s) See Also Examples

Description

Save a block of properties in the folder of the group of blocks it belongs to.

Usage

1
spnSaveBlock(Block)

Arguments

Block

- the name(character string) of block to be saved. The destination directory is that of the group of block the block belongs to. – <ALL> will save all the blocks from current group of blocks

Value

spnSaveBlock returns TRUE if successful, FALSE - otherwise.

Author(s)

Teodor Krastev

See Also

spnOpenBlock , spnSaveGroupOfBlocks

Examples

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

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

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

# save a block
spnSaveBlock("test3")

# Release of Spectrino
#spnFree(TRUE)

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