Identify

From PyMOLWiki
Revision as of 01:09, 9 October 2015 by OsvaldoMartin (talk | contribs) (add links to Selection and Property_selectors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

See Also

Selection, Property_Selectors