25 lines
333 B
Python
25 lines
333 B
Python
|
|
def test3(samples,interval):
|
|
"""
|
|
"""
|
|
run("test/Test3",{"interval":interval, "samples":samples})
|
|
|
|
|
|
#10 min exec
|
|
|
|
set_file('Fe_hyst_minus')
|
|
test3(121,1.0)
|
|
|
|
set_file('Fe_hyst_plus')
|
|
test3(61,2.0)
|
|
|
|
|
|
set_file('Fe_hyst_plus')
|
|
test3(31, 4.0)
|
|
|
|
set_file('Fe_hyst_minus')
|
|
test3(21, 6.0)
|
|
|
|
set_file('Fe_hyst_minus')
|
|
test3(13, 10.0)
|