Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #2554
Ticket #2554
: test3.py
File test3.py,
164 bytes
(added by
goddard@…
,
6 years ago
)
Added by email2trac
Line
1
from
chimerax.core.commands
import
Command
2
3
rc
=
Command
(
session
)
4
for
i
in
range
(
100
):
5
rc
.
run
(
'open 1a0m'
)
6
rc
.
run
(
'open 1gcn'
)
7
rc
.
run
(
'close session'
)
8
Download in other formats:
Original Format