Wizard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 23: | Line 23: | ||
</source> | </source> | ||
[[Category:Commands| | [[Category:Commands|Wizard]] |
Revision as of 09:29, 20 June 2009
DESCRIPTION
wizard launches one of the built-in wizards. There are special Python scripts which work with PyMOL in order to obtain direct user interaction and easily peform complicated tasks.
USAGE
wizard name
PYMOL API
cmd.wizard(string name)
EXAMPLE
wizard distance # launches the distance measurement wizard
# set a message
cmd.wizard("message", "Hello, I'm a message.")
# dimiss the message
cmd.wizard()