Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
jLM.units Namespace Reference

Functions

 _map (f, xs)
 angstrom (*qty)
 Length Wrapper Functions #.
 nm (*qty)
 micron (*qty)
 mm (*qty)
 cm (*qty)
 ns (*qty)
 Time Wrapper Functions #.
 microsecond (*qty)
 ms (*qty)
 second (*qty)
 minute (*qty)
 hr (*qty)
 day (*qty)

Function Documentation

◆ _map()

jLM.units._map ( f,
xs )
protected
Here is the caller graph for this function:

◆ angstrom()

jLM.units.angstrom ( * qty)

Length Wrapper Functions #.

Returns a representation of a number in angstroms

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ cm()

jLM.units.cm ( * qty)
Returns a representation of a number in centimeters

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ day()

jLM.units.day ( * qty)
Returns a representation of a number in days

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ hr()

jLM.units.hr ( * qty)
Returns a representation of a number in hours

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ micron()

jLM.units.micron ( * qty)
Returns a representation of a number in micrometers

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ microsecond()

jLM.units.microsecond ( * qty)
Returns a representation of a number in microseconds

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ minute()

jLM.units.minute ( * qty)
Returns a representation of a number in minutes

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ mm()

jLM.units.mm ( * qty)
Returns a representation of a number in millimeters

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ ms()

jLM.units.ms ( * qty)
Returns a representation of a number in milliseconds

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ nm()

jLM.units.nm ( * qty)
Returns a representation of a number in nanometers

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ ns()

jLM.units.ns ( * qty)

Time Wrapper Functions #.

Returns a representation of a number in nanoseconds

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function:

◆ second()

jLM.units.second ( * qty)
Returns a representation of a number in seconds

Seems silly, but for completeness and ability to annotate the unit in code.

Args:
    qty:
        A list or singleton of a number
Here is the call graph for this function: