# Play trajectory #2. # Get model from chimera import openModels as om, runCommand as run m2 = om.list(id = 2)[0] # Use last coordinate set. c = m2.coordSets for f in range(len(c)): m2.activeCoordSet = c[f+1] run('wait 1')