Index: tests/test_hd_records.py =================================================================== diff -u -rb9a0dd1c65e089b0e7a7ddb83cf2b2669ef3049a -r32e628abcbbd3fd70866505d9f2836a6f732ef06 --- tests/test_hd_records.py (.../test_hd_records.py) (revision b9a0dd1c65e089b0e7a7ddb83cf2b2669ef3049a) +++ tests/test_hd_records.py (.../test_hd_records.py) (revision 32e628abcbbd3fd70866505d9f2836a6f732ef06) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file test_hd_records.py +# +# @author (last) Peter Lucia +# @date (last) 20-Apr-2021 +# @author (original) Dara Navaei +# @date (original) 14-Feb-2021 +# +############################################################################ from dialin.hd.hemodialysis_device import HD from time import sleep @@ -9,7 +24,7 @@ try: if read: - cal.get_hd_calibration_record() + cal.cmd_request_hd_calibration_record() while True: sleep(0.5) if cal.cal_data != 0: