Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r0c84db7884e7943ab5a57044a4670f1595ee60df -r6b1fd68e4a48f7ee6520da5cd319d40fce1ac5fc --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 0c84db7884e7943ab5a57044a4670f1595ee60df) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 6b1fd68e4a48f7ee6520da5cd319d40fce1ac5fc) @@ -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/2022-04-25-HD-SW-CONFIGS-Record.xlsx') + hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2022-06-07-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() @@ -68,12 +68,8 @@ 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() - hd.system_record.cmd_request_hd_system_record() - sleep(1) - print(hd.system_record.get_hd_system_record()) -