ScientificConstants
GetUnit
return the unit object for a ScientificConstants object
Calling Sequence
Parameters
Description
Examples
GetUnit( sc_obj )
sc_obj
-
ScientificConstants object
Given a ScientificConstants object, that is, a Constant() or Element() object, the GetError( sc_obj ) command returns the unit object in the appropriate system of units for the object. For more information about systems of units, see Units/Systems. For more information about unit objects, see Units[Unit].
If the ScientificConstants object has no system of units specified, the current system of units is used for evaluation.
If the ScientificConstants object has a system of units specified, by using the 'system' option, that system of units is used for evaluation.
with⁡ScientificConstants:
Constant⁡c
GetUnit⁡
ms
Units:-UsingSystem⁡
SI
Constant⁡c,system=CGS
ConstantCGS⁡c
kyne
Element⁡Na,atomicweight
kg
Element⁡Na,atomicweight,system=CGS
ElementCGS⁡Na,atomicweight
g
See Also
Details of Commands for Elements and Isotopes
Details of Commands for Physical Constants
ScientificConstants[Constant]
ScientificConstants[Element]
ScientificConstants[GetError]
ScientificConstants[GetValue]
Units/Systems
Units[Unit]
Download Help Document