Setappmap
From LDTP
Syntax
setappmap ('<new application map name>')
Description
A new application map will be loaded. Existing appmap will be unloaded.
Refer: ldtp.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/ldtp.c), appmap.c (http://forge.novell.com/modules/xfmod/cvs/cvsbrowse.php/ldtp/pyldtp/appmap.c)
Example
from ldtp import *
initappmap ('nautilus.map')
...
...
...
setappmap ('file-roller.map')

