Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #7263
Ticket #7263
: load.py
File load.py,
223 bytes
(added by Martyn Gigg,
7 years
ago)
Line
1
from
mantid.simpleapi
import
*
2
3
import
time
4
5
s
=
'MUSR00015189.nxs'
6
n
=
30
7
8
start
=
time
.
time
()
9
for
i
in
range
(
n
):
10
w
=
Load
(
Filename
=
s
)
11
print
w
,
type
(
w
)
12
end
=
time
.
time
()
13
14
print
"Duration =
%f
seconds"
%
(
end
-
start
)
Download in other formats:
Original Format