listGlobals Command
Description
PRELIMINARY IMPLEMENTATION: The listGlobals command is experimental and
may not be ready for production use. The format and usage may change
in a future release.
The listGlobals command lists component instances that are available in
the global namespace. The global namespace is a place where component
instances may be placed and will persist across connections to the Analysis
Server. The global namespace is used by naming component instances
starting with "globals/" or "!".
Command Syntax
listGlobals,lg
Example
The following example starts an instance of the Block component, then moves
it to the global list of components.
>start Block blockInstance
Object blockInstance started.
>mv blockInstance globals/blockInstance
Object moved.
>lg
1 global objects started:
blockInstance
>
See also Analysis
Server | Analysis Server Commands