Count Frames: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''count_frames''' is an API-only function which returns the number of frames defined for the PyMOL movie. | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.count_frames() | |||
</source> | |||
==SEE ALSO== | ==SEE ALSO== | ||
[[Cmd frame]], [[Cmd count_states]] | |||
[[Category:Commands|count_frames]] | [[Category:Commands|count_frames]] |
Revision as of 21:13, 6 January 2006
DESCRIPTION
count_frames is an API-only function which returns the number of frames defined for the PyMOL movie.
PYMOL API
cmd.count_frames()