astropy:docs

PrefixUnit

class astropy.units.PrefixUnit[source] [edit on github]

Bases: astropy.units.Unit

A unit that is simply a SI-prefixed version of another unit.

For example, mm is a PrefixUnit of .001 * m.

The constructor is the same as for Unit.

Page Contents