55 lines
1020 B
Python
55 lines
1020 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Created on Mon Mar 3 14:38:24 2025
|
|
|
|
@author: shen_t2
|
|
|
|
experiment configuration info
|
|
|
|
"""
|
|
|
|
EMagnet_PSUPPLY_IP = "QPS-CAYLAR-1"
|
|
# EMagnet_PSUPPLY_IP = "129.129.180.xxx"
|
|
EMagnet_PSUPPLY_PORT = 1234
|
|
|
|
Laser_DLCPRO_IP = "129.129.180.85"
|
|
|
|
# %%
|
|
|
|
# laser_current = 110 # [mA] CTL output in power stabilization = 2 mW
|
|
# laser_current = 120
|
|
laser_current = 150 # 10 mW
|
|
# laser_current = 200 # 20.66 mW
|
|
# laser_current = 270 # 35 mW
|
|
# laser_current = 290 # 39.76 mW
|
|
# laser_current = 300 # 40.50 mW
|
|
|
|
|
|
Bext_field_scan = [+0] # [Gauss]
|
|
# Bext_field_scan = [+1000]
|
|
|
|
|
|
ODFilter = 'OD0p0'
|
|
# ODFilter = 'OD1p0'
|
|
# ODFilter = 'OD3p0'
|
|
|
|
|
|
laser_pol = 'sigma'
|
|
# laser_pol = 'pi'
|
|
|
|
|
|
# Temp_info = 'roomT'
|
|
Temp_info = 'lowT 4.4 K'
|
|
# Temp_info = 'lowT 4.2 K' # w/o heat shield
|
|
|
|
|
|
# sample = '#1, 0.1%, 166Er'
|
|
sample = '#2, 0.01%, 166Er'
|
|
# sample = '#22, 0.01%, 167Er'
|
|
# sample = '#24, 0.1%, 167Er'
|
|
|
|
|
|
SAPD_dead_time = 15 * 1e-6 # [s]
|
|
|
|
|