From: Antonio Ospite Date: Thu, 24 Dec 2015 09:29:29 +0000 (+0100) Subject: CallDistanceTransceiver.py: use a min,max scheme instead of avg,uncertainty X-Git-Url: https://git.ao2.it/SaveMySugar/python3-savemysugar.git/commitdiff_plain/e971070b0f5b089547adedcb0517831195115fcc?ds=sidebyside;hp=e971070b0f5b089547adedcb0517831195115fcc CallDistanceTransceiver.py: use a min,max scheme instead of avg,uncertainty Specify parameters using a minimum and a maximum values, like call_setup_time_min,call_setup_time_max and ring_time_min,ring_time_max. This makes it more intuitive to measure the stability of the line, and makes the code more readable too. ---