Table of Contents

icarMassMeasureType

Description

Defines a mass or weight measurement type that can be used in events or other resources.

Properties

Name Description Required Type
Measurement The weight observation, in the units specified (usually kilograms). No Number
Units Units specified in UN/CEFACT 3-letter form. Default if not specified is KGM. No uncefactMassUnitsType
Method The method of observation. Loadcell is the default if not specified. No icarWeightMethodType
Resolution The smallest measurement difference that can be discriminated given the current device settings. Specified in Units, for instance 0.5 (kilograms). No Number

Examples

Example 1

{
  "measurement": 0.0,
  "units": "KGM",
  "method": "LoadCell",
  "resolution": 0.0
}