Count Frames: Difference between revisions

From PyMOLWiki
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
'''count_frames''' is an API-only function which returns the number of frames defined for the PyMOL movie.
  frames defined for the PyMOL movie.
 
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
  cmd.count_frames()
cmd.count_frames()
</source>
</source>


==SEE ALSO==
==SEE ALSO==
[[Cmd frame]], [[Cmd count_states]]
  [[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()

SEE ALSO

Cmd frame, Cmd count_states