Frame: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
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 23:38, 14 June 2005

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