This is a read-only mirror of pymolwiki.org

Difference between revisions of "Sync"

From PyMOL Wiki
Jump to navigation Jump to search
m
 
m (4 revisions)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==DESCRIPTION==
+
 
 
[[sync]] is an API-only function which waits until all current commands have been executed before returning.  A timeout can be used to insure that this command eventually returns.
 
[[sync]] is an API-only function which waits until all current commands have been executed before returning.  A timeout can be used to insure that this command eventually returns.
  

Latest revision as of 01:44, 28 March 2014

sync is an API-only function which waits until all current commands have been executed before returning. A timeout can be used to insure that this command eventually returns.

PYMOL API

cmd.sync(float timeout=1.0,float poll=0.05)

SEE ALSO

frame