Feedback: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
(Created Page)
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==DESCRIPTION==


"feedback" allows you to change the amount of information output by pymol.
 
[[feedback]] allows you to change the amount of information output by pymol.


==USAGE==
==USAGE==
Line 11: Line 11:


==NOTES==
==NOTES==
"feedback" alone will print a list of the available module choices
[[feedback]] alone will print a list of the available module choices


==PYMOL API==
==PYMOL API==
Line 19: Line 19:


==EXAMPLES==
==EXAMPLES==
<code>
feedback enable, all , debugging
feedback enable, all , debugging
feedback disable, selector, warnings actions
feedback disable, selector, warnings actions
feedback enable, main, blather
feedback enable, main, blather
</code>


[[Category:Commands|feedback]]
[[Category:Commands|Feedback]]

Latest revision as of 13:31, 17 November 2009


feedback allows you to change the amount of information output by pymol.

USAGE

feedback action,module,mask
  • action is one of ['set','enable','disable']
  • module is a space-separated list of strings or simply "all"
  • mask is a space-separated list of strings or simply "everything"

NOTES

feedback alone will print a list of the available module choices

PYMOL API

cmd.feedback(string action,string module,string mask)

EXAMPLES

feedback enable, all , debugging
feedback disable, selector, warnings actions
feedback enable, main, blather