User Tools

Site Tools


command:pop

Table of Contents

pop

“pop” provides a mechanism of iterating through an atom selection atom by atom, where each atom is sequentially assigned to the named selection.

Usage

pop name, source

Example

select src, name ca 

python 
while cmd.pop("tmp","src"): 
    cmd.zoom("tmp",2, animate=1) 
    for a in range(30): 
       cmd.refresh() 
       time.sleep(0.05) 
python end 

See Also

command/pop.txt · Last modified: 2013/08/19 21:01 (external edit)