Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r41ce85a8c857a07df740da0e83b28a63bc150e15 -r4180ef16e74251c6eb83501a396aaa9a0a892b6b --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 41ce85a8c857a07df740da0e83b28a63bc150e15) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 4180ef16e74251c6eb83501a396aaa9a0a892b6b) @@ -54,10 +54,10 @@ # Use cmd_set_hd_calibration_excel_to_fw() set the changes back to firmware # This function requires an address for the excel report. Use the absolute address of your excel report like the # example below - #hd.calibration_record.cmd_set_hd_calibration_excel_to_fw('/home/fw/projects/HD_NV_Records/2022-02-21-HD-Record.xlsx') + hd.calibration_record.cmd_set_hd_calibration_excel_to_fw('/home/fw/projects/HD_NV_Records/2022-05-17-HD-Record.xlsx') # For resetting the calibration record to benign values, use the function below - hd.calibration_record.cmd_reset_hd_calibration_record() + #hd.calibration_record.cmd_reset_hd_calibration_record() if __name__ == "__main__":