This is a read-only mirror of pymolwiki.org

Difference between revisions of "Identify"

From PyMOL Wiki
Jump to navigation Jump to search
m (add links to Selection and Property_selectors)
m (1 revision)
 
(No difference)

Latest revision as of 01:04, 19 October 2015

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