Get Property - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


ScientificConstants

  

GetProperty

  

test whether a symbol is an element or isotope property

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetProperty( name )

Parameters

name

-

symbol; property name

Description

• 

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.

Examples

withScientificConstants:

GetPropertyatomicweight

atomicweight,isotopic=false

(1)

GetPropertyatomicmass

atomicmass,isotopic=true

(2)

See Also

Details of Commands for Elements and Isotopes

Initial Properties for Elements and Isotopes

ScientificConstants

ScientificConstants[AddProperty]

ScientificConstants[GetProperties]

ScientificConstants[HasProperty]