Getting started
User Guide
Advanced usage
Development
Extras
The group of units that unit belong to
unit (str) – unit, e.g. kg, Ang, eV etc. returns the type of unit it is.
str
tbl (dict, optional) – dictionary of units (default to the global table)
dict
Examples
>>> unit_group("kg") "mass" >>> unit_group("eV") "energy"