spnChartBlock: Initialization of block's chart

Description Usage Arguments Value Author(s) Examples

Description

Set the properties to be charted with each new iteration. These properies could be set from r with this command or from Spectrino app block interface.

Usage

1
spnChartBlock(Block, listOfProps)

Arguments

Block

The name of the block whose chart is set

listOfProps

Vector with the property names to be charted

Value

spnChartBlock - Gets back TRUE if opration is successful or FALSE if any of properties does mach block's properies or the chart is disabled (not enabled).

Author(s)

Teodor Krastev

Examples

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

# generate test group of blocks
spnOpenGroupOfBlocks("<test>")

spnChartBlock("test1",c("objective.0","sug.epsilon"))

# Release of Spectrino
#spnFree(TRUE)

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