API Reference for Enthought Tool Suite 3.2.0
day = (24 * hour)
hour = (60 * minute)
microsecond = (micro * second)
microseconds = microsecond
millisecond = (milli * second)
milliseconds = millisecond
minute = (60 * second)
nanosecond = (nano * second)
ns = nanosecond
picosecond = (pico * second)
ps = picosecond
plural aliases
seconds = second
us = microsecond
year = (365.25 * day)
| Local name | Refers to |
|---|---|
| micro | enthought.units.SI.micro |
| milli | enthought.units.SI.milli |
| nano | enthought.units.SI.nano |
| pico | enthought.units.SI.pico |
| second | enthought.units.SI.second |
© Copyright 2002-2009 Enthought, Inc.