This is a read-only mirror of pymolwiki.org
Difference between revisions of "Set Title"
Jump to navigation
Jump to search
m (5 revisions) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | '''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 | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.set_title(string object,int state,string text) | |
− | + | </source> | |
− | [[Category:Commands| | + | [[Category:Commands|Set Title]] |
+ | [[Category:States|Set Title]] |
Latest revision as of 03:49, 28 March 2014
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)