This is a read-only mirror of pymolwiki.org
Difference between revisions of "Count States"
Jump to navigation
Jump to search
m |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
− | + | '''count_states''' is an API-only function which returns the number of states in the selection. | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.count_states(string selection="(all)") | |
− | + | </source> | |
+ | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[Frame]] | |
− | |||
− | [[Category:Commands| | + | [[Category:Commands|Count States]] |
+ | [[Category:Ensembles|Count States]] |
Revision as of 13:42, 20 June 2009
DESCRIPTION
count_states is an API-only function which returns the number of states in the selection.
PYMOL API
cmd.count_states(string selection="(all)")