change-namespace ["namespace"] ["component"]
Change current namespace to namespace. Objects in the current namespace can be specified using a relative object name. The full object name can also be used even if a current namespace has been set. (The component argument has been deprecated; use namespace instead.)
For example, if there is an object system.cpu, it is possible to do:
simics> cn system
simics> cpu.log-level 2
Use
simics> cn ..
to go "up" one level.
If no namespace is given, current namespace will be changed to the top level.
If a current namespace is set the list-objects
command will only list the objects in that namespace.
Simics Core
current-namespace,
list-objects