Feedback

From PyMOLWiki
Revision as of 12:52, 28 August 2006 by AdShea (talk | contribs) (Fixed code section)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DESCRIPTION

"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