This is a read-only mirror of pymolwiki.org

Difference between revisions of "Get Type"

From PyMOL Wiki
Jump to navigation Jump to search
m
 
m (4 revisions)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
 
'''get_type''' returns a string describing the named object or selection or the string "nonexistent" if the name in unknown.
 
'''get_type''' returns a string describing the named object or selection or the string "nonexistent" if the name in unknown.
  

Latest revision as of 02:00, 28 March 2014

get_type returns a string describing the named object or selection or the string "nonexistent" if the name in unknown.

PYMOL API

cmd.get_type(string object-name)

NOTES

Possible return values are

  1. "object:molecule"
  2. "object:map"
  3. "object:mesh"
  4. "object:distance"
  5. "selection"

SEE ALSO

Cmd get_names