ScientificConstants
GetProperty
test whether a symbol is an element or isotope property
Calling Sequence
Parameters
Description
Examples
GetProperty( name )
name
-
symbol; property name
The GetProperty( name ) command returns the property if name is a property name in the ScientificConstants package. Otherwise, an error is returned.
The expression sequence returned consists of the property name and an equation of the form 'isotopic'= true or false.
If 'isotopic' = false, the property is an element property. If 'isotopic' = true, the property is an isotope property.
with⁡ScientificConstants:
GetProperty⁡atomicweight
atomicweight,isotopic=false
GetProperty⁡atomicmass
atomicmass,isotopic=true
See Also
Details of Commands for Elements and Isotopes
Initial Properties for Elements and Isotopes
ScientificConstants[AddProperty]
ScientificConstants[GetProperties]
ScientificConstants[HasProperty]
Download Help Document