Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Module update
[hide private]
[frames] | no frames]

Module update

Functions [hide private]
 
guess_type(val)
 
dms_set_atoms(atoms, attr, val)
 
dms_set_residues(atoms, attr, val)
 
dms_set_chains(atoms, attr, val)
 
dms_set_box(mol, attr, val)
 
dms_set_term(atoms, table, attr, val)
 
Update(mol, atoms, key, val)
update the system by setting properties corresponding to key to the value val.
Function Details [hide private]

Update(mol, atoms, key, val)

 

update the system by setting properties corresponding to key to the value val. key can take the following forms: 1) foo -- same as atom.foo 2) atom.foo -- atom property foo 3) residue.foo -- residue property foo 4) chain.foo -- chain property foo 5) table.foo -- property foo of all terms 6) box.foo -- where foo is x, y, z, or d (sets all three)