Roving delay: Difference between revisions

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 …')
 
No edit summary
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 07: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