Package prompt :: Module molmol :: Class Molmol
[hide private]
[frames] | no frames]

Class Molmol

source code

Instance Methods [hide private]
 
__init__(self, relax) source code
 
clear_history(self)
Function for clearing the Molmol command history.
source code
 
command(self, command)
Function for executing a user supplied Molmol command.
source code
 
view(self, run=None)
Function for viewing the collection of molecules extracted from the PDB file.
source code
Method Details [hide private]

command(self, command)

source code 
Function for executing a user supplied Molmol command.

Example
~~~~~~~

relax> molmol.command("InitAll yes")

view(self, run=None)

source code 
Function for viewing the collection of molecules extracted from the PDB file.

Keyword Arguments
~~~~~~~~~~~~~~~~~

run:  The name of the run which the PDB belongs to.


Example
~~~~~~~

relax> molmol.view('m1')
relax> molmol.view(run='pdb')