Count Atoms: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
'''count_atoms''' returns a count of atoms in a selection. | |||
===USAGE=== | ===USAGE=== | ||
<source lang="python"> | |||
count_atoms (selection) | |||
</source> | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | <source lang="python"> | ||
cmd.count_atoms(string selection) | |||
</source> | </source> | ||
[[Category:Commands| | [[Category:Commands|Count Atoms]] |
Latest revision as of 13:29, 17 November 2009
count_atoms returns a count of atoms in a selection.
USAGE
count_atoms (selection)
PYMOL API
cmd.count_atoms(string selection)