Difference between revisions of "Identify"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
===DESCRIPTION===
+
 
 
'''identify''' returns a list of atom IDs corresponding to the ID code of atoms in the selection.
 
'''identify''' returns a list of atom IDs corresponding to the ID code of atoms in the selection.
  

Revision as of 14:37, 17 November 2009

identify returns a list of atom IDs corresponding to the ID code of atoms in the selection.

PYMOL API

list = cmd.identify(string selection="(all)",int mode=0)

NOTES

  • mode 0: only return a list of identifiers (default)
  • mode 1: return a list of tuples of the object name and the identifier