Index: tests/dg_nvm_scripts.py =================================================================== diff -u -rce76d3660f4f1054bc4495180248405833364a2a -raac674e50cf3bad1ac45386f289a275c8daf37cd --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision ce76d3660f4f1054bc4495180248405833364a2a) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision aac674e50cf3bad1ac45386f289a275c8daf37cd) @@ -8,7 +8,7 @@ # @file dg_nvm_scripts.py # # @author (last) Dara Navaei -# @date (last) 23-Oct-2023 +# @date (last) 02-Mar-2024 # @author (original) Dara Navaei # @date (original) 10-Feb-2022 # @@ -54,7 +54,7 @@ # Use cmd_set_dg_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 - dg.calibration_record.cmd_set_dg_calibration_excel_to_fw('/home/fw/projects/DG_NV_Records/2024-02-24-DG-Record.xlsx') + dg.calibration_record.cmd_set_dg_calibration_excel_to_fw('/home/fw/projects/DG_NV_Records/2024-03-02-DG-Record.xlsx') # For resetting the calibration record to benign values, use the function below #dg.calibration_record.cmd_reset_dg_calibration_record()