Index: tests/peter/test_hd_records.py =================================================================== diff -u -rdc3b97933c58b8854781f2984083a2f8eccd3217 -r4ec12397809c5820ee654aaffe5924e67a79a072 --- tests/peter/test_hd_records.py (.../test_hd_records.py) (revision dc3b97933c58b8854781f2984083a2f8eccd3217) +++ tests/peter/test_hd_records.py (.../test_hd_records.py) (revision 4ec12397809c5820ee654aaffe5924e67a79a072) @@ -101,7 +101,8 @@ hd = HD(log_level="DEBUG") if hd.cmd_log_in_to_hd(resend=False): - #hd.calibration_record.cmd_reset_hd_calibration_record() + hd.calibration_record.cmd_reset_hd_calibration_record() + sleep(0.2) #print(hd.calibration_record.hd_calibration_record) #hd.system_record.cmd_reset_hd_system_record() hd.service_record.cmd_reset_hd_service_record() @@ -141,8 +142,8 @@ #hd.sw_configs.cmd_reset_hd_sw_config_record() #sleep(2) - hd.sw_configs.cmd_get_hd_sw_config_record() - #hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2022-02-03-HD-SW-CONFIGS-Record.xlsx') + #hd.sw_configs.cmd_get_hd_sw_config_record() + hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2022-02-08-HD-SW-CONFIGS-Record.xlsx') #dg.sw_configs.cmd_set_dg_sw_config_record('/home/fw/DG_NV_Records/2022-01-22-SW-CONFIGS-Record.xlsx') """ @@ -159,7 +160,7 @@ if __name__ == "__main__": - #test_hd_reset_record_record() + # test_hd_reset_record_record() test_hd_sw_config_record() #test_hd_calibration_record() #test_hd_service_record()