OpenFLUID.setObserverParamR Documentation

Sets a value for an observer parameter

Description

Sets a value for an observer parameter

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)