![]() |
pyLM
v1.1
A Python Problem Solving Environment for the simulation of stochastic biological systems
|
Functions | |
def | angstrom |
Length Wrapper Functions #. More... | |
def | nm |
Returns a representation of a number in nanometers. More... | |
def | micron |
Returns a representation of a number in micrometers. More... | |
def | mm |
Returns a representation of a number in millimeter. More... | |
def | cm |
Returns a representation of a number in centimeter. More... | |
def | ns |
Time Wrapper Functions #. More... | |
def | microsecond |
Returns a representation of a number in microsecond. More... | |
def | ms |
Returns a representation of a number in millisecond. More... | |
def | second |
Returns seconds in seconds. More... | |
def | minute |
Returns a representation of a number in minutes. More... | |
def | hr |
Returns a representation of a number in hours. More... | |
def | day |
Returns a representation of a number in days. More... | |
def pyLM.units.angstrom | ( | qty | ) |
Length Wrapper Functions #.
Returns a representation of a number in angstroms
qty | A list or singleton of a number |
def pyLM.units.cm | ( | qty | ) |
Returns a representation of a number in centimeter.
qty | A list or singleton of a number |
def pyLM.units.day | ( | qty | ) |
Returns a representation of a number in days.
qty | A list or singleton of a number |
def pyLM.units.hr | ( | qty | ) |
Returns a representation of a number in hours.
qty | A list or singleton of a number |
def pyLM.units.micron | ( | qty | ) |
Returns a representation of a number in micrometers.
qty | A list or singleton of a number |
def pyLM.units.microsecond | ( | qty | ) |
Returns a representation of a number in microsecond.
qty | A list or singleton of a number |
def pyLM.units.minute | ( | qty | ) |
Returns a representation of a number in minutes.
qty | A list or singleton of a number |
def pyLM.units.mm | ( | qty | ) |
Returns a representation of a number in millimeter.
qty | A list or singleton of a number |
def pyLM.units.ms | ( | qty | ) |
Returns a representation of a number in millisecond.
qty | A list or singleton of a number |
def pyLM.units.nm | ( | qty | ) |
Returns a representation of a number in nanometers.
qty | A list or singleton of a number |
def pyLM.units.ns | ( | qty | ) |
Time Wrapper Functions #.
Returns a representation of a number in nanosecond
qty | A list or singleton of a number |
def pyLM.units.second | ( | qty | ) |
Returns seconds in seconds.
Seems silly, but for completeness and ability to annotate the unit in code.