ScientificConstants
GetValue
return the value of a ScientificConstants object
Calling Sequence
Parameters
Description
Examples
GetValue( sc_obj )
sc_obj
-
ScientificConstants object
Given a ScientificConstants object, that is, a Constant() or Element() object, the GetValue( sc_obj ) command returns the value represented by the object in the appropriate system of units. For more information about systems of units, see Units/Systems.
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.
For Element() objects, if the stored property value is a procedure, it is evaluated with any given parameters of the property as arguments. Any error is rethrown, although it is expected that such an error would have been thrown at the time of construction of the Element object (when a trial evaluation is done). The result is passed to the required units conversion.
To access the value of a quantity-with-error object of ScientificErrorAnalysis that is not a ScientificConstants object, use the ScientificErrorAnalysis[GetValue] command. See ScientificErrorAnalysis and ScientificConstants for more details.
with⁡ScientificConstants:
Constant⁡c
GetValue⁡
299792458
Units:-UsingSystem⁡
SI
Constant⁡c,system=CGS
ConstantCGS⁡c
29979245800
Element⁡Na,atomicweight
3.817543727×10−26
Element⁡Na,atomicweight,system=CGS
ElementCGS⁡Na,atomicweight
3.817543727×10−23
See Also
Details of Commands for Elements and Isotopes
Details of Commands for Physical Constants
ScientificConstants[Constant]
ScientificConstants[Element]
ScientificConstants[GetError]
ScientificConstants[GetUnit]
ScientificErrorAnalysis and ScientificConstants
ScientificErrorAnalysis[GetValue]
Units/Systems
Units[UsingSystem]
Download Help Document