6.1.1.3. pycropml.units package

6.1.1.3.1. Submodules

6.1.1.3.2. Module contents

pycropml.units.Cfloat(v)[source]
pycropml.units.Cint(v)[source]
pycropml.units.Int(self)[source]
class pycropml.units.Simulation(registry)[source]

Bases: object

array(value, units)[source]
quantity(value, units)[source]
class pycropml.units.UnitContainer(registry)[source]

Bases: object

pycropml.units.array_ufunc(self, ufunc, method, *inputs, **kwargs)[source]
pycropml.units.mult(self, u)[source]

Multiply Unit with u (Unit object).

pycropml.units.reg_()[source]
pycropml.units.truediv(self, u)[source]

Divide Unit by u (Unit object).

pycropml.units.uappend(self, val)[source]