This is a read-only mirror of pymolwiki.org

Difference between revisions of "Count Atoms"

From PyMOL Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
    "count_atoms" returns a count of atoms in a selection.
+
'''count_atoms''' returns a count of atoms in a selection.
+
 
 
===USAGE===
 
===USAGE===
    count_atoms (selection)
+
<source lang="python">
+
count_atoms (selection)
 +
</source>
 +
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">  
+
<source lang="python">
  cmd.count(string selection)  
+
cmd.count_atoms(string selection)  
 
</source>
 
</source>
  
 
[[Category:Commands|count_atoms]]
 
[[Category:Commands|count_atoms]]

Revision as of 19:22, 2 June 2009

DESCRIPTION

count_atoms returns a count of atoms in a selection.

USAGE

count_atoms (selection)

PYMOL API

cmd.count_atoms(string selection)