Count Atoms: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''count_atoms''' returns a count of atoms in a selection. | '''count_atoms''' returns a count of atoms in a selection. | ||
Line 9: | Line 9: | ||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | <source lang="python"> | ||
cmd. | 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)