OpenFLUID.getObserverParamR Documentation

Returns an observer parameter value

Description

Returns an observer parameter value

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)