Main Content

slmetric.config.getActiveConfiguration

Package:slmetric.config

Obtain file path and name of XML file containing active Metrics Dashboard custom configuration

Description

example

Path= slmetric.config.getActiveConfigurationreturns the file path and name of the active Metrics Dashboard custom configuration file.

Examples

collapse all

At the MATLAB command line, enter this command to get the active Metrics Dashboard configuration:

slmetric.config.getActiveConfiguration();

Output Arguments

collapse all

Full file path to folder containing XML file, which contains the active Metrics Dashboard custom configuration.

Note

Passing an empty string to theslmetric.config.setActionConfigurationfunction (that is,slmetric.config.setActiveConfiguration('')), resets the configuration to the default, which is the shipping configuration. If you then enter theslmetric.config.getActiveConfigurationmethod, the method returns an empty array.

Data Types:char

Version History

Introduced in R2018b