Get Units - Maple Help

Online Help

All Products    Maple    MapleSim


Units[Converter]

  

GetUnits

  

list all units in the Unit Converter

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GetUnits(opts)

Parameters

opts

-

(optional) equation of the form 'dimension'=dimension; specifies option for the unit

Description

• 

The GetUnits() function returns an expression sequence of all units in the Unit Converter.

• 

You describe the options of the unit by using the optional arguments. The opts argument can contain the following equation.

  

 

  

'dimension'=dimension

  

This option specifies that only units in the Unit Converter with the given dimension are returned.

Examples

withUnitsConverter:

nopsGetUnits

723

(1)

GetUnitsdimension=lengthtime

M,ins,cmh,cmmin,cms,fth,ftmin,fts,kmh,kmmin,kms,knot,kyne,mh,mmin,ms,mimin,mis,mmh,mmmin,mms,mph

(2)

See Also

Units

Units/Converter

Units[Converter][AddUnit]

Units[Converter][GetUnit]

Units[Converter][HasUnit]

Units[Converter][RemoveUnit]

Units[GetUnits]