Skip to content
Snippets Groups Projects
Commit 89e69008 authored by Yb Tweezer's avatar Yb Tweezer
Browse files

add channels and adjust default values

parent c89f61c2
No related branches found
No related tags found
No related merge requests found
...@@ -46,19 +46,22 @@ CONNECTIONS = ConnectionLayout( ...@@ -46,19 +46,22 @@ CONNECTIONS = ConnectionLayout(
mot3_coils_sig = Digital(0, 8, 0), mot3_coils_sig = Digital(0, 8, 0),
mot3_coils_clk = Digital(0, 10, 0), mot3_coils_clk = Digital(0, 10, 0),
mot3_coils_sync = Digital(0, 14, 1), mot3_coils_sync = Digital(0, 14, 1),
shim_coils_ud = Analog(2, 5.20), #optimal values for blue MOT load to green broadband 4.4 shim_coils_ud = Analog(2, 5.00), #optimal values for blue MOT load to green broadband 4.4 5.2
shim_coils_lr = Analog(3, 1.50), # 3.5 shim_coils_lr = Analog(3, 1.00), # 3.5 1.5
shim_coils_fb = Analog(4, 3.00), # 5.0 shim_coils_fb = Analog(4, 0.50), # 5.0 3.0
mot3_coils_igbt = Digital(0, 4, 1), mot3_coils_igbt = Digital(0, 4, 1),
mot3_shims_onoff = Digital(0, 0, 0), mot3_shims_onoff = Digital(0, 0, 0),
mot3_blue_sh = Digital(1, 7, 1), mot3_blue_sh = Digital(1, 7, 1),
mot2_blue_aom = Digital(0, 1, 1),
mot3_blue_aom = Digital(0, 7, 1),
mot3_green_aom = Digital(0, 9, 0), mot3_green_aom = Digital(0, 9, 0),
mot3_green_sh = Digital(1, 5, 0), mot3_green_sh = Digital(1, 5, 0),
push_aom = Digital(0, 3, 1), push_aom = Digital(0, 3, 1),
push_sh = Digital(1, 3, 1), push_sh = Digital(1, 3, 1),
probe_aom = Digital(0, 5, 0), probe_aom = Digital(0, 5, 0),
probe_sh = Digital(1, 1, 0), probe_sh = Digital(1, 1, 0),
raman_green = Digital(0, 11, 0), raman_green_aom = Digital(0, 11, 0),
raman_green_sh = Digital(1, 9, 0),
flir_trig = Digital(3, 0, 0), flir_trig = Digital(3, 0, 0),
andor_trig = Digital(3, 4, 0), andor_trig = Digital(3, 4, 0),
andor_sh = Digital(3, 6, 0), andor_sh = Digital(3, 6, 0),
......
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