Jump to content

Wizard

From PyMOL Wiki

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

[edit]
wizard name

PYMOL API

[edit]
cmd.wizard(string name)

EXAMPLE

[edit]
wizard distance  # launches the distance measurement wizard 

# set a message
cmd.wizard("message", "Hello, I'm a message.")

# dimiss the message
cmd.wizard()