Frame: Difference between revisions
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. | |||
===USAGE=== | ===USAGE=== | ||
frame frame-number | |||
===PYMOL API== | ===PYMOL API== | ||
<source lang="python"> | |||
cmd.frame( int frame_number ) | |||
</source> | |||
===NOTES=== | ===NOTES=== | ||
Frame numbers are 1-based | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[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