SuperKEKB XRM system |
Not logged in |
 |
|
|
Message ID: 31
Entry time: Mon Feb 3 08:22:06 2025
In reply to: 29
|
Author: |
M. Andrew |
Type: |
documentation |
Subject: |
config file |
|
|
Attached is the updated .config file for 2025. |
|
mode="eth"
local_IP=""
fake_it="no"
remote_port="8192"
#ethernet_device="eth0"
ethernet_device="enp4s0"
# good:
#remote_IP="192.168.10.4" # installed in HER
#remote_IP="192.168.10.108"
#remote_IP="192.168.10.49" # on bench in HI
#remote_IP="192.168.10.9" # revB
remote_IP="192.168.10.33" # inside laser dark box
#remote_IP="192.168.10.86"
#remote_IP="192.168.10.89"
#remote_IP="192.168.10.101"
# revB + hookup2:
#remote_IP="192.168.10.6" # scrod revB + hookup2
#remote_IP="192.168.10.27" # frankenstack
# 2023 newly minted TOP boardstacks:
#remote_IP="192.168.10.73" #
#remote_IP="192.168.10.23" # former s16b (bad DDR)
#remote_IP="192.168.10.87" #
#remote_IP="192.168.10.102" #
#remote_IP="192.168.10.73" #
#remote_IP="192.168.10.35" #
#remote_IP="192.168.10.87" #
# bad DDR:
#remote_IP="192.168.10.30"
#remote_IP="192.168.10.58"
#remote_IP="192.168.10.93"
# for threshScan1boardstack.py:
maximum_iterations=2000
step_initial_when_reading_from_file=2
step_initial_when_from_seed_value=2
#number_of_channels_to_get_before_quitting_threshold_scan=64
number_of_channels_to_get_before_quitting_threshold_scan=128
# for xrm.py:
xrm_run_continuous=0
plot_continuous=1
show_plot=0
datafilesize=20000000
be_verbose_when_collecting_data=0
use_pedestal_subtraction_mode=1
retake_pedestals_at_every_filechange=0
desired_pause_between_acquisitions=0
should_cycle_slowly_through_bunch_markers=0
multicast_cal_signal=1
enable_cal_signal=1
should_plot_beam_current=0
should_write_root_tree=1
oserdes_always_value=0b00000000
oserdes_triggered_value=0b11100000
carriers_to_use="0123"
#plot_width=1800
#plot_height=800
plot_width=1920
plot_height=1080
desired_RF_bucket=214
RF_bucket_sample_offset=0
sweep_start_bucket=4
#sweep_start_bucket=772 # 64 windows
#sweep_start_bucket=2308
#sweep_end_bucket=196 # 16 windows
#sweep_end_bucket=292 # 24 windows
#sweep_end_bucket=388 # 32 windows
#sweep_end_bucket=772 # 64 windows
#sweep_end_bucket=1540 # 128 windows
#sweep_end_bucket=2308 # 192 windows
#sweep_end_bucket=3076 # 256 windows
#sweep_end_bucket=3844 # 320 windows
#sweep_end_bucket=4612 # 384 windows
sweep_end_bucket=5116 # 426 windows
xrm_mode="sweep"
#xrm_mode="acquire"
#xrm_mode="parse"
#xrm_mode="reconfig"
#xrm_mode="pedestal"
|