Index: tests/dg_nvm_scripts.py =================================================================== diff -u -r438d803f6042b14c39ffb9bbbfdf61a3d9e59d17 -r045cdab2571feecc53accc6aab0a2f569941d457 --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 438d803f6042b14c39ffb9bbbfdf61a3d9e59d17) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 045cdab2571feecc53accc6aab0a2f569941d457) @@ -32,7 +32,7 @@ # Use cmd_set_dg_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 - dg.sw_configs.cmd_update_dg_sw_config_record('/home/fw/projects/DG_NV_Records/2022-07-16-DG-SW-CONFIGS-Record.xlsx') + dg.sw_configs.cmd_update_dg_sw_config_record('/home/fw/projects/DG_NV_Records/2022-08-02-DG-SW-CONFIGS-Record.xlsx') # Use this function to reset the configuration records to all be 0 #dg.sw_configs.cmd_reset_dg_sw_config_record() @@ -83,9 +83,9 @@ if dg.cmd_log_in_to_dg(): - #run_sw_configs_commands() + run_sw_configs_commands() - run_calibration_commands() + #run_calibration_commands() #run_system_commands()