From: Tamas H. <bio...@gm...> - 2020-08-31 18:22:03
|
This one? https://www.tutorialspoint.com/python/time_sleep.htm On 8/31/20 7:51 PM, ZHANG Cheng wrote: > I use the command below, trying to display the object one by one, with > 2 seconds in between. So how to "wait for 2 seconds"? > > from pymol import cmd > cmd.enable('protein_1') > # how to hold for 2 seconds? > cmd.disable('protein_1') > cmd.enable('protein_2') > # how to hold for 2 seconds? > cmd.disable('protein_2') > > Thank you! > > > > > _______________________________________________ > PyMOL-users mailing list > Archives: http://www.mail-archive.com/pym...@li... > Unsubscribe: https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe |