Load CMO Library

From Software Product Documentation
Jump to navigation Jump to search

Load_CMO_Library command can be used to Browse the CMO Library.

Load_CMO_Library
! /TAG=ALL_FILES
! /QUERY=
! /CMO_LIBRARY_PATH=
;

Parameters

CMO_LIBRARY_PATH

If CMO_LIBRARY_PATH is not set, this command will open the most recent CMO Library. To manually change the path go to: CMO Library-> Set CMO Library Path

TAG

If a tag is specified, only dynamic files associated with that tag will be loaded into the library.

QUERY

If a query is specified, only dynamic files that meet the specifications of that query will be loaded.

To Query data in the GLOBAL workspace, the syntax is different from specifying a global parameter in a regular workspace. Instead of using "GLOBAL", use "CMOGLOBAL":

Load_CMO_Library
! /TAG=ALL_FILES
/QUERY=CMOGLOBAL::METRIC::PROCESSED::TESTVAL > 1
/CMO_LIBRARY_PATH=C:\Path\
;

More information about the Query parameter.

CMO_Library

For more information about creating a CMO Library, please read more here.


Back to Pipeline Commands Reference

CMO_Library

Retrieved from ""