This is a read-only mirror of pymolwiki.org

Difference between revisions of "Frame"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===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">
  cmd.frame( int frame_number )
+
cmd.frame( int frame_number )
</source>  
+
</source>
  
 
===NOTES===
 
===NOTES===
    Frame numbers are 1-based
+
Frame numbers are 1-based
+
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Cmd count_states]]
  [[Cmd count_states]]
 
  
[[Category:Commands|frame]]
+
[[Category:Commands|Frame]]

Revision as of 13:48, 20 June 2009

DESCRIPTION

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