OpenFLUID.setObserverParamR Documentation

Sets an observer parameter value

Description

Sets an observer parameter value

Usage

OpenFLUID.setObserverParam(ofblob, obsid, paramname, paramval)

Arguments

ofblob

the simulation definition blob

obsid

the simulation observer id

paramname

the name of the parameter

paramval

the parameter value

See Also

OpenFLUID.getObserverParam

OpenFLUID.removeObserverParam

Examples

## Not run: 
OpenFLUID.setObserverParam(ofsim,"my.observer","value",3)

## End(Not run)