APFEL Control

Control server

Requirements:

ssh -X hadanapc2
cd repo/apfel_interface/
apfel_server -v -f $APFEL_CONF_FILE
Useful scripts

Requirements:

NB: In the following, the -only flag is always optional and allows to run the script on one single submodule.

Check communication with all APFEL chips

python3 check_all.py -f $APFEL_CONF_FILE -only <submodule id>

Execute Autocalib on all chips

python3 autocalib_all.py -f $APFEL_CONF_FILE -only <submodule id>

Save/Load/Reset DAC values

python3 apfel_dacs.py -f $APFEL_CONF_FILE -dir <DAC directory> [-save | -load | -reset] -only <submodule id>

Options: