This is a read-only mirror of pymolwiki.org

Difference between revisions of "Count Frames"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (5 revisions)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
===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==
+
[[Frame]], [[Count_States]]
  [[Cmd frame]], [[Cmd count_states]]
 
  
[[Category:Commands|count_frames]]
+
[[Category:Commands|Count Frames]]

Latest revision as of 01:21, 28 March 2014

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

Frame, Count_States