This is a read-only mirror of pymolwiki.org

Difference between revisions of "Feedback"

From PyMOL Wiki
Jump to navigation Jump to search
m
 
m (6 revisions)
 
(One intermediate revision by the same user 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.

Latest revision as of 01:46, 28 March 2014


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