This is a read-only mirror of pymolwiki.org

Difference between revisions of "Roving delay"

From PyMOL Wiki
Jump to navigation Jump to search
(Created page with '== Description == '''roving_delay''' determines the time before updating the scene. == Syntax == <source lang="python"> # change roving_delay set roving_delay, number # number …')
 
Line 11: Line 11:
  
  
 +
== Usage ==
 +
If you are on a slow computer it might prove useful to set this value to e.g. 2 (seconds). This prevents the scene from getting updated before you reach your place of interest.
  
 
== Related settings ==
 
== Related settings ==

Revision as of 12:35, 10 September 2009

Description

roving_delay determines the time before updating the scene.

Syntax

# change roving_delay
set roving_delay, number # number > 0


Usage

If you are on a slow computer it might prove useful to set this value to e.g. 2 (seconds). This prevents the scene from getting updated before you reach your place of interest.

Related settings