Frame: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
 
'''frame''' sets the viewer to the indicated movie frame.
'''frame''' sets the viewer to the indicated movie frame.


===USAGE===
===USAGE===
  frame frame-number
  frame frame-number
 
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
Line 16: Line 16:
[[Cmd count_states]]
[[Cmd count_states]]


[[Category:Commands|frame]]
[[Category:Commands|Frame]]

Latest revision as of 13:32, 17 November 2009

frame sets the viewer to the indicated movie frame.

USAGE

frame frame-number

PYMOL API

cmd.frame( int frame_number )

NOTES

Frame numbers are 1-based

SEE ALSO

Cmd count_states