pyLM.units#
Functions
|
Returns a representation of a number in angstroms |
|
Returns a representation of a number in centimeters |
|
Returns a representation of a number in days |
|
Returns a representation of a number in hours |
|
Returns a representation of a number in micrometers |
|
Returns a representation of a number in microseconds |
|
Returns a representation of a number in minutes |
|
Returns a representation of a number in millimeters |
|
Returns a representation of a number in milliseconds |
|
Returns a representation of a number in nanometers |
|
Returns a representation of a number in nanoseconds |
|
Returns a representation of a number in seconds |
- pyLM.units.angstrom(*qty)[source]#
Returns a representation of a number in angstroms
- Parameters:
qty – A list or singleton of a number
- pyLM.units.cm(*qty)[source]#
Returns a representation of a number in centimeters
- Parameters:
qty – A list or singleton of a number
- pyLM.units.day(*qty)[source]#
Returns a representation of a number in days
- Parameters:
qty – A list or singleton of a number
- pyLM.units.hr(*qty)[source]#
Returns a representation of a number in hours
- Parameters:
qty – A list or singleton of a number
- pyLM.units.micron(*qty)[source]#
Returns a representation of a number in micrometers
- Parameters:
qty – A list or singleton of a number
- pyLM.units.microsecond(*qty)[source]#
Returns a representation of a number in microseconds
- Parameters:
qty – A list or singleton of a number
- pyLM.units.minute(*qty)[source]#
Returns a representation of a number in minutes
- Parameters:
qty – A list or singleton of a number
- pyLM.units.mm(*qty)[source]#
Returns a representation of a number in millimeters
- Parameters:
qty – A list or singleton of a number
- pyLM.units.ms(*qty)[source]#
Returns a representation of a number in milliseconds
- Parameters:
qty – A list or singleton of a number
- pyLM.units.nm(*qty)[source]#
Returns a representation of a number in nanometers
- Parameters:
qty – A list or singleton of a number