Skip to content
Snippets Groups Projects
Commit 89e7ef41 authored by R D Schaffer's avatar R D Schaffer
Browse files

added additional tests for cases with no sol or tor at first event

parent ea084427
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,23 @@
#
# Testing IOVs and currents: (since LB, solenoid, toroids)
# currents = [(0, 7730, 20400),
# (5, 0, 0),
# (10, 7730, 20400)]
currents = [(0, 0, 20400),
(5, 7730, 20400),
# Default test - should read both mag field files, and turn off fields for events 5 to 9, and back on for 10 to 14
currents = [(0, 7730, 20400),
(5, 0, 0),
(10, 7730, 20400)]
# Optional test: only toroid is on for whole run. Scale factor for solenoid will become 1 at event 5,
# but solenoid field will still be off
# currents = [(0, 0, 20400),
# (5, 7730, 20400),
# (10, 7730, 20400)]
# Optional test: only solenoid is on for whole run. Scale factor for toroid will become 1 at event 5,
# but toroid field will still be off
# currents = [(0, 7730, 0),
# (5, 7730, 20400),
# (10, 7730, 20400)]
# Folder name
folder = '/EXT/DCS/MAGNETS/SENSORDATA'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment