Main Content

openDefaultConfiguration

Class: slmetric.dashboard.Configuration
Package: slmetric.dashboard

Return shipping Metrics Dashboard configuration object in base workspace

Description

example

DefaultLayout = slmetric.dashboard.Configuration.openDefaultConfiguration returns the slmetric.dashboard.Configuration object corresponding to the shipping Metrics Dashboard layout in the base workspace. This object contains information on the size, type, and location of all widgets that ship with the Metrics Dashboard. Use this object to add or remove widgets from the shipping Metrics Dashboard configuration.

Output Arguments

expand all

slmetric.dashboard.Configuration object corresponding to the shipping slmetric.dashboard.Configuration object.

Examples

expand all

Use the openDefaultConfiguration method to return the shipping slmetric.dashboard.Configuration object. If you modify the information that this configuration object contains, use the slmetric.dashboard.Configuration.save method to save this information to an XML file.

CONF = slmetric.dashboard.Configuration.openDefaultConfiguration

Version History

Introduced in R2018b