OpenFLUID.removeObserverParamR Documentation

Removes an observer parameter

Description

Removes an observer parameter

Usage

OpenFLUID.removeObserverParam(ofblob, obsid, paramname)

Arguments

ofblob

the simulation definition blob

obsid

the simulation observer id

paramname

the name of the parameter

See Also

OpenFLUID.getObserverParam

OpenFLUID.setObserverParam

Examples

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

## End(Not run)