OpenFLUID.removeObserverParamR Documentation

Removes a observer parameter

Description

Removes a 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)