This is a read-only mirror of pymolwiki.org
Difference between revisions of "Count Frames"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by the same user not shown) | |||
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== | ||
− | + | [[Frame]], [[Count_States]] | |
− | |||
− | [[Category:Commands| | + | [[Category:Commands|Count Frames]] |
Revision as of 13:42, 20 June 2009
DESCRIPTION
count_frames is an API-only function which returns the number of frames defined for the PyMOL movie.
PYMOL API
cmd.count_frames()