Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r821d2c94ccc6542a7733a9453e59b751bfd0ef75 -rbeb336b685d8e152fdbf31c19bfa4bed6b73f05a --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 821d2c94ccc6542a7733a9453e59b751bfd0ef75) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision beb336b685d8e152fdbf31c19bfa4bed6b73f05a) @@ -7,8 +7,8 @@ # # @file hd_nvm_scripts.py # -# @author (last) Dara Navaei -# @date (last) 27-Mar-2023 +# @author (last) Sean Nash +# @date (last) 31-Mar-2023 # @author (original) Dara Navaei # @date (original) 10-Feb-2022 # @@ -58,7 +58,7 @@ #hd.calibration_record.cmd_set_hd_calibration_excel_to_fw('/home/fw/projects/HD_NV_Records/2023-03-27-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() def run_system_commands(): @@ -114,10 +114,10 @@ if hd.cmd_log_in_to_hd(): # Comment this function if not needed - #run_sw_configs_commands() + run_sw_configs_commands() # Comment this function if not needed - run_calibration_commands() + #run_calibration_commands() #run_system_commands()