Difference between revisions of "Load Model"

From PyMOLWiki
Jump to navigation Jump to search
m (spelling and grammar, s/si/is/ s/mani/many/ added one with)
Line 6: Line 6:
 
cmd.load_model(model, object [,state [,finish [,discrete ]]])  
 
cmd.load_model(model, object [,state [,finish [,discrete ]]])  
 
</source>
 
</source>
 +
 +
=== See Also ===
 +
[[Get_Model]]
  
 
[[Category:Commands|load_model]]
 
[[Category:Commands|load_model]]

Revision as of 20:36, 9 December 2007

DESCRIPTION

load_model reads a ChemPy model into an object. If a trajectory (many models with the same name and different values for state) is being loaded, It can be used with the option discrete=1 to allow changes in the b-factors and Van der Waals radius between snapshots.

PYMOL API

cmd.load_model(model, object [,state [,finish [,discrete ]]])

See Also

Get_Model