spnGetBlockNames {spectrino}R Documentation

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

Description

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

Usage

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

# 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)

[Package spectrino version 2.0.0 Index]