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. | |||
Python scripts which work with PyMOL in order to obtain direct user | |||
interaction and easily peform complicated tasks. | |||
===USAGE=== | ===USAGE=== | ||
Line 8: | Line 6: | ||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.wizard(string name) | |||
</source> | |||
===EXAMPLE=== | ===EXAMPLE=== |
Revision as of 15:17, 3 January 2006
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