GetModules - Maple Help

Online Help

All Products    Maple    MapleSim


PackageTools

  

GetModules

  

return the names of modules in a workbook-based package

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetModules( package )

Parameters

package

-

string

Description

• 

The GetModules command returns a list of modules that are saved inside the given workbook file.  

Examples

withPackageTools:

GetModulesmypack.maple

Compatibility

• 

The PackageTools[GetModules] command was introduced in Maple 2017.

• 

For more information on Maple 2017 changes, see Updates in Maple 2017.

See Also

Creating a New Package Workbook

PackageTools