spnGetBlockNames: Names of all properies of a block or all the blocks names

Description Usage Arguments Value Author(s) See Also Examples

Description

Get the names of all properies of a block or all the blocks names in the current group of blocks

Usage

1
spnGetBlockNames(Block = "")

Arguments

Block

- the name(character string) of a block; if empty - gets back the vector of block names.

Value

spnGetBlockNames returns a vector with the names of all properies of a block or all the blocks names.

Author(s)

Teodor Krastev

See Also

spnGetGrpName

Examples

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

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

# all the properties of block test1
spnGetBlockNames("test1")

# all the blocks if current group of blocks
spnGetBlockNames() 

# Release of Spectrino
#spnFree(TRUE)

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