spnGetProperty: Get a property value from a block

Description Usage Arguments Value Author(s) See Also Examples

Description

Get a property value from a block. The properties of a block can be configured from the block menu (configure).

Usage

1
spnGetProperty(Block, Prop)

Arguments

Block

- the name(character string) of a block.

Prop

- the name(character string) of a property. A special integrated property <ITERS> will give the current number of the iteration counter

Value

spnGetProperty returns the value of the property, the type depends of the type of propery in the block.

Author(s)

Teodor Krastev

See Also

spnSetProperty

Examples

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

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

# set a property
spnSetProperty("test1","objective.0",3.58)

# get a property
spnGetProperty("test1","objective.0") 

# Release of Spectrino
#spnFree(TRUE)

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