OpenFLUID.getAttributesNamesR Documentation

Returns all the attributes names of an units class

Description

Returns all the attributes names of an units class

Usage

OpenFLUID.getAttributesNames(ofblob, unitclass)

Arguments

ofblob

the simulation definition blob

unitclass

the class unit

Value

a vector of attributes names

See Also

OpenFLUID.getModelGlobalParamNames

OpenFLUID.getGeneratorParamNames

OpenFLUID.getSimulatorParamNames

OpenFLUID.getObserverParamNames

Examples

## Not run: 
varnames = OpenFLUID.getAttributesNames(ofsim, unitclass)

## End(Not run)