Index: tests/dg_nvm_scripts.py =================================================================== diff -u -r343fcb136f080fb5ba1164b41bca16a8fa85a5ff -rbeb4ac595e00597675a43535b934b75650539aef --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 343fcb136f080fb5ba1164b41bca16a8fa85a5ff) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision beb4ac595e00597675a43535b934b75650539aef) @@ -6,8 +6,8 @@ if dg.cmd_log_in_to_dg(): - # NOTE: For further details, please refer to 'Instructions to Calibrate a Device Using the Calibration Report' in - # the development section of the DevOps OneNote file + # NOTE: For further details, please refer to 'Instructions to Calibrate a Device Using the Calibration Report' + # in the development section of the DevOps OneNote file # Comment and un-comment any of the functions that you would like to use or you can use your own scripts. @@ -23,3 +23,6 @@ # example below dg.calibration_record.cmd_set_dg_calibration_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-02-10-DG-Record.xlsx') + # For resetting the calibration record to benign values, use the function below + dg.calibration_record.cmd_reset_dg_calibration_record() +