Jump to content

Identify

From PyMOL Wiki
(Redirected from Cmd identify)

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

PYMOL API

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

NOTES

[edit]
  • 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

[edit]

Selection, Property_Selectors