Wizard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
"wizard" launches on 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=== | ===USAGE=== | ||
wizard name | |||
===PYMOL API=== | ===PYMOL API=== | ||
cmd.wizard(string name) | |||
===EXAMPLE=== | ===EXAMPLE=== | ||
wizard distance # launches the distance measurement wizard | |||
[[Category:Commands|wizard]] | [[Category:Commands|wizard]] |
Revision as of 12:08, 25 April 2005
DESCRIPTION
"wizard" launches on 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