Trees | Indices | Help |
|
---|
|
asyncore.dispatcher --+ | asynchat.async_chat --+ | client --+ | interactive
Interactive remote session with vmd:
interactive(host) asyncore.loop()
When the loop() is called the interactive session starts and the prompt is displayed as python->vmd>. You are now connected to the tcl interpreter in vmd. End the session by issuing the command close or EXIT.
Commands interpreted by the remote server and not by tcl in vmd:
command | description |
---|---|
close | close the current connection (socket) |
exit | exit the server (no more connections possible, but current connections are still open) |
loglevel N | set LOGLEVEL to value N (0<=N<=2) [default: 1] |
EXIT | exit the interactive session |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|
|
|
Submits the commands to be executed in VMD: c.cmd(tcl, tcl, ...) Commands (with embedded newlines!) scheduled for sending and execution in VMD. All strings will be executed sequentially.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:39 2010 | http://epydoc.sourceforge.net |