Set Title: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===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.


Line 10: Line 10:
</source>
</source>


[[Category:Commands|set_title]]
[[Category:Commands|Set Title]]
[[Category:States|Set Title]]

Latest revision as of 13:48, 17 November 2009

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)