Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r4d1dcc5f5f7b04ec527120266f9440bb35cae1b1 -r79ed3e7d26065bb2f2155be984c4381175299cd7 --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 4d1dcc5f5f7b04ec527120266f9440bb35cae1b1) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 79ed3e7d26065bb2f2155be984c4381175299cd7) @@ -1,3 +1,18 @@ +########################################################################### +# +# Copyright (c) 2022-2022 Diality Inc. - All Rights Reserved. +# +# THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN +# WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. +# +# @file hd_nvm_scripts.py +# +# @author (last) Dara Navaei +# @date (last) 30-Mar-2022 +# @author (original) Dara Navaei +# @date (original) 10-Feb-2022 +# +############################################################################ from dialin import HD @@ -12,12 +27,12 @@ # It creates a folder called HD_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.sw_configs.cmd_get_hd_sw_config_record() + #hd.sw_configs.cmd_get_hd_sw_config_record() # 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-02-14-HD-SW-CONFIGS-Record.xlsx') + hd.sw_configs.cmd_update_hd_sw_config_record('/home/fw/projects/HD_NV_Records/2022-04-20-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() @@ -52,7 +67,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() + #run_calibration_commands()