Difference between revisions of "Roving delay"

From PyMOLWiki
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 …')
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Description ==
 
== Description ==
 
 
'''roving_delay''' determines the time before updating the scene.
 
'''roving_delay''' determines the time before updating the scene.
  
Line 11: Line 10:
  
  
 +
== 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 ==

Latest revision as of 18:20, 30 January 2011

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