| OpenFLUID.getAttribute | R Documentation |
Returns an attribute value for a given spatial unit
OpenFLUID.getAttribute(ofblob, unitsclass, unitid, attrname)
ofblob |
the simulation definition blob |
unitsclass |
the unit class |
unitid |
the unit ID |
attrname |
the name of the attribute |
the attribute value
OpenFLUID.createAttribute
OpenFLUID.setAttribute
OpenFLUID.removeAttribute
## Not run: val = OpenFLUID.getAttribute(ofsim, "SU",18, "length") ## End(Not run)