vmd.evaltcl

vmd.evaltcl()

Evaluates a command in the TCL interpreter. This can be useful for accessing functionality that is not yet implemented via the Python interface.

Parameters:command (str) – TCL command to evaluate
Returns:(str) Output from the TCL interpreter