PrefixUnit¶
-
class
astropy.units.PrefixUnit(s, represents=None, format=None, namespace=None, doc=None, parse_strict='raise')[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.