Id Atom: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
'''id_atom''' returns the original source id of a single atom, or raises and exception if the atom does not exist or if the selection corresponds to multiple atoms.
  "id_atom" returns the original source id of a single atom, or
 
  raises and exception if the atom does not exist or if the selection
  corresponds to multiple atoms.
===PYMOL API===
===PYMOL API===
<source lang="python">  
<source lang="python">
  list = cmd.id_atom(string selection)  
list = cmd.id_atom(string selection)  
</source>
</source>


[[Category:Commands|id_atom]]
[[Category:Commands|id_atom]]

Revision as of 14:51, 10 January 2006

DESCRIPTION

id_atom returns the original source id of a single atom, or raises and exception if the atom does not exist or if the selection corresponds to multiple atoms.

PYMOL API

list = cmd.id_atom(string selection)