Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r8ac75cccb937866cb13c49a97e91bb9e1060a9d8 -r170ecd83e47c216d8c5bd978ca955cc6e4b3bcc7 --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 8ac75cccb937866cb13c49a97e91bb9e1060a9d8) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 170ecd83e47c216d8c5bd978ca955cc6e4b3bcc7) @@ -33,7 +33,7 @@ # Use cmd_update_hd_sw_config_record() 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.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2023-05-14-HD-SW-CONFIGS-Record.xlsx') + hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2023-06-12-HD-SW-CONFIGS-Record.xlsx') # Use this function to reset the configuration records to all be 0 #hd.sw_configs.cmd_reset_hd_sw_config_record() @@ -85,9 +85,9 @@ # It creates a folder called DG_NV_Records in the destination that is called # If no address is provided, the default location is one folder above the dialin folder wherever it is installed # in your computer. - hd.usage_record.cmd_get_hd_usage_info_record() + #hd.usage_record.cmd_get_hd_usage_info_record() - #hd.usage_record.cmd_set_dg_usage_info_excel_to_fw('/home/fw/projects/HD_NV_Records/2022-12-07-HD-Record.xlsx') + hd.usage_record.cmd_set_dg_usage_info_excel_to_fw('/home/fw/projects/HD_NV_Records/2022-12-07-HD-Record.xlsx') #hd.usage_record.cmd_reset_hd_usage_info_record() @@ -114,7 +114,7 @@ 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() @@ -123,6 +123,6 @@ #run_usage_info_commands() - #run_service_commands() + run_service_commands()