Difference between revisions of "Set Title"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''set_title''' attaches a text string to the state of a particular object which can be displayed when the state is active.  This is useful for display the energies of a set of conformers.
  "set_title" attaches a text string to the state of a particular
+
 
  object which can be displayed when the state is active.  This is
 
  useful for display the energies of a set of conformers.
 
 
 
===USAGE===
 
===USAGE===
   
+
  set_title object,state,text
  set_title object,state,text
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.set_title(string object,int state,string text)  
+
cmd.set_title(string object,int state,string text)
</source>
+
</source>
  
 
[[Category:Commands|set_title]]
 
[[Category:Commands|set_title]]

Revision as of 15:28, 3 January 2006

DESCRIPTION

set_title attaches a text string to the state of a particular object which can be displayed when the state is active. This is useful for display the energies of a set of conformers.

USAGE

set_title object,state,text

PYMOL API

cmd.set_title(string object,int state,string text)