OpenFLUID.getObserverParamR Documentation

Returns the value of an observer parameter

Description

Returns the value of an observer parameter

Usage

OpenFLUID.getObserverParam(ofblob, obsid, paramname)

Arguments

ofblob

the simulation definition blob

obsid

the observer ID

paramname

the name of the parameter

Value

the parameter value

See Also

OpenFLUID.setObserverParam

OpenFLUID.removeObserverParam

Examples

## Not run: 
val = OpenFLUID.getObserverParam(ofsim, "my.observer","value")

## End(Not run)