PrefixUnit¶
-
class
astropy.units.PrefixUnit(st, represents=None, doc=None, format=None, namespace=None)[source]¶ Bases:
astropy.units.UnitA unit that is simply a SI-prefixed version of another unit.
For example,
mmis aPrefixUnitof.001 * m.The constructor is the same as for
Unit.