load(structure, sfname, coor, cfname):
Load a molecule with structure type structure and filename
sfname. Additionally, a separate coordinate file may be
provided, of type coor and name cfname. New in VMD
1.8: All frames from cfname will be processed before the
function returns. If successful, the function will return the
id of the new molecule.
load('pdb','alanin.'pdb')
load('psf','alanin.psf','dcd','alanin.dcd')