OpenFLUID.getObserversIDsR Documentation

Returns all the observers IDs called for the monitoring

Description

Returns all the observers IDs called for the monitoring

Usage

OpenFLUID.getObserversIDs(ofblob)

Arguments

ofblob

the simulation definition blob

Value

a vector of observers IDs

See Also

OpenFLUID.getGeneratorsVarNames

OpenFLUID.getSimulatorsIDs

Examples

## Not run: 
varnames = OpenFLUID.getObserversIDs(ofsim)

## End(Not run)