Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Start VMD in text mode and launch the remote server: server(**kwargs) Bugs
|
Start VMD and launch the remote server: server.start(**kwargs)
|
Check if a vmd server can be used. Returns True or False. Ignore the message 'error: uncaptured python exception' if the server is down. |
Send commands to the VMD server: c = command('cd','set w [atomselect top {water}]', '$w writepdb water.pdb') c.results() This is only a thin convenience wrapper for vmd.control.command() and not strongly tied to the server (as anyone can connect). |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri May 7 17:24:11 2010 | http://epydoc.sourceforge.net |