PrefixUnit¶
-
class
astropy.units.PrefixUnit[source] [edit on github]¶ 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.
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.