This is a read-only mirror of pymolwiki.org

Difference between revisions of "Wizard"

From PyMOL Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
    "wizard" launches on of the built-in wizards.  There are special
+
'''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.
  Python scripts which work with PyMOL in order to obtain direct user
+
 
  interaction and easily peform complicated tasks.
 
 
 
===USAGE===
 
===USAGE===
  wizard name
+
wizard name
+
 
 
===PYMOL API===
 
===PYMOL API===
    cmd.wizard(string name)
+
<source lang="python">
+
cmd.wizard(string name)
 +
</source>
 +
 
 
===EXAMPLE===
 
===EXAMPLE===
    wizard distance  # launches the distance measurement wizard  
+
wizard distance  # launches the distance measurement wizard  
  
  
 
[[Category:Commands|wizard]]
 
[[Category:Commands|wizard]]

Revision as of 20:13, 27 June 2006

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