Dalton Unit system#

You can check out this unit system’s functions in its base class:

There are multiple convenience constructors available for the commonly used units. These convenience constructors internally call the unit system’s base class with proper units. In the case if there is no convenience constructor for a quantity in this unit system that you want to use, you can create it using the base class by providing exponents and scales or by combining quantities with existing convenience constructors using arithmetic operations.

SBQuantity.dalton(1.2)
SBQuantity.Da(1.2)
SBQuantity.u(1.2)