User Tools

Site Tools


media:jymol_cmd.feedback

feedback Command

  • feedback(action, module, mask ) changes the amount of information output by JyMol.

Arguments

action = set(0), enable(1), disable(2), push(3), pop(4)

module = (see JyMOL Java API for the Cmd class to see the mapping of values to modules)

mask =

Output0x01
Results0x02
Errors0x04
Actions0x08
Warnings0x10
Details0x20
Blather0x40
Debugging0x80
Everything0xFF

Implementation

jymol.cmd.feedback(0, 0, 0xff)

will turn on all feedback.

See Also

feedback() works the same way as the PyMOL command feedback in the PyMOL api, except that the arguments are integer values that get refer to the related strings.

Note : Please look at the JyMOL Java API for the Cmd class to see a description of the module parameter options.

media/jymol_cmd.feedback.txt · Last modified: 2013/08/19 21:00 (external edit)