tensorstore.Unit.base_unit : str

Base unit from which this unit is derived.

Example

>>> u = ts.Unit('3.5nm')
>>> u.base_unit
'nm'