@@ -21,8 +21,8 @@ facility = 4
2121
2222# Fridge run number and date/time fridge was at base temperature
2323# (syntax: mm/dd/yyyy HH:MM)
24- fridge_run = 12
25- fridge_run_start = 03/08/2024 19:00
24+ fridge_run = 99
25+ fridge_run_start = 05/26/2025 19:00
2626
2727# raw data base path (run# directory automatically created)
2828data_path = /home/mwilliams/data
@@ -31,6 +31,7 @@ data_path = /home/mwilliams/data
3131#tes_controller = keithley2400
3232tes_controller = agilent33500B
3333signal_generator = agilent33500B
34+ laser_signal_generator = rigolDG832
3435
3536# instruments or driver not available, keep commented
3637# squid_controller = starcryo
@@ -63,37 +64,42 @@ trigger_type = 1
6364trigger_channel = pfi0
6465
6566
66-
6767# NI ADC connection information
6868# connection# (# ADC channel 0-7) = ...
6969# Controller -> "controller:[name]_[channel]"
7070# TES wiring -> "tes:[channel] (optional if same as controller channel)
7171# Detector -> "detector:[name]_[channel]" (set to "None" if no parameter
72- connection0 = detector:Si_4percent, controller:starcryo1_1
73- connection1 = detector:W1D4_center, controller:starcryo1_2
74- connection2 = detector:W1E3, controller:starcryo1_3
75- connection3 = detector:W2A5_TES100x25, controller:starcryo1_4
76- #connection4 = detector:PCB_AccelZ, controller:NONE_5
77- #connection5 = detector:PCB_AccelY, controller:NONE_6
72+ connection0 = detector:no_device_connected, controller:starcryo1_1
73+ connection1 = detector:MV4_1F4_E_4pc, controller:starcryo1_2
74+ connection2 = detector:MV4_1C6_1pc_bf, controller:starcryo1_3
75+ connection3 = detector:MV4_1A5_E_veto, controller:starcryo1_4
76+ connection4 = detector:MV4_1B4_E_1pc, controller:starcryo1_5
77+ connection5 = detector:MV4_1B3_E_1pc_bf, controller:starcryo1_6
78+ connection6 = detector:MV4_1E4_E_4pc, controller:starcryo1_7
79+ connection7 = detector:MV4_1I5_veto, controller:starcryo1_8
7880#connection6 = detector:PCB_AccelX, controller:NONE_7
79-
81+ #connection7 = detector:rigolTTL, controller:ttl_ttl
8082
8183# Electronics and detector readout configuration if not set by SQUID/TES/SG controllers
8284#
8385# shunt_resistance [Ohms]
84- # squid_turn_ratio
86+ # squid_turn_ratio shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
8587# feedback_resistance [Ohms] (magnicon->not needed, read from board)
86- # parasitic_resistance [Ohms] (if known)
88+ # parasitic_resistance [Ohms] (if known)MV4
8789# tes_bias_resistance: [Ohms]
8890# output_gain (for close/open loop calculation)
8991# preamp_gain (for open loop calculation)
9092# signal_gen_resistance: [Ohms] -> resistance in the TES line
9193#
9294
93- detector_config0 = tes_bias_resistance: 1700 , signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
94- detector_config1 = tes_bias_resistance: 40000 , signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
95+ detector_config0 = tes_bias_resistance: 2047 , signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
96+ detector_config1 = tes_bias_resistance: 2047 , signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
9597detector_config2 = tes_bias_resistance: 2047, signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
96- detector_config3 = tes_bias_resistance: 20000, signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
98+ detector_config3 = tes_bias_resistance: 2047, signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
99+ detector_config4 = tes_bias_resistance: 2047, signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
100+ detector_config5 = tes_bias_resistance: 2047, signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
101+ detector_config6 = tes_bias_resistance: 2047, signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
102+ detector_config7 = tes_bias_resistance: 2047, signal_gen_resistance: 2047, output_gain: 1, shunt_resistance: 0.002, squid_turn_ratio:10, feedback_resistance:100000
97103
98104[polaris_daq]
99105lib = /lib/libnidaq.so
@@ -117,6 +123,8 @@ attenuation = 1.0
117123visa_address = ASRL3::INSTR
118124voltage_source = true
119125
126+ [rigolDG832]
127+ visa_address = USB0::0x1AB1::1603::DG8A211800738::INSTR
120128
121129[temperature_controllers]
122130# Lakeshore
0 commit comments