Commit 9f585478 authored by Benoit Rat's avatar Benoit Rat Committed by Adam Wujek

userspace/tools: wr_mon displays the alpha parameter

This is usefull to check that the calibration value are correctly
configured when calibrating the web interface.
Signed-off-by: Benoit Rat's avatarBenoit Rat <benoit@sevensols.com>
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 607129b7
......@@ -573,7 +573,11 @@ void show_servo(int alive)
ppsi_servo_local.delta_ms/1000.0);
term_cprintf(C_BLUE, "Total link asymmetry: ");
term_cprintf(C_WHITE, "%15.3f nsec\n", total_asymmetry/1000.0);
term_cprintf(C_WHITE, "%15.3f nsec, ",
total_asymmetry / 1000.0);
term_cprintf(C_BLUE, "alpha: ");
term_cprintf(C_WHITE, "%d\n",
ppsi_servo_local.fiber_fix_alpha);
/*if (0) {
term_cprintf(C_BLUE, "Fiber asymmetry: ");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment