Index: tests/dg_nvm_scripts.py =================================================================== diff -u -rcd79d9df6686d5aa1f71ad4789a7c372ddcff370 -r165a814489f7d0e91655b8861d4a4acac3d57f51 --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision cd79d9df6686d5aa1f71ad4789a7c372ddcff370) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 165a814489f7d0e91655b8861d4a4acac3d57f51) @@ -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/102353-001-03 Configuration, Soft Settings, DG.xlsx') + dg.sw_configs.cmd_update_dg_sw_config_record('/home/fw/projects/DG_NV_Records/2022-11-29-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() @@ -54,7 +54,7 @@ # Use cmd_set_dg_calibration_excel_to_fw() 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.calibration_record.cmd_set_dg_calibration_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-10-06-DG-Record_betadvt2.xlsx') + #dg.calibration_record.cmd_set_dg_calibration_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-10-06-DG-Record_betadvt2.xlsx') # For resetting the calibration record to benign values, use the function below #dg.calibration_record.cmd_reset_dg_calibration_record() @@ -86,9 +86,9 @@ # in your computer. dg.usage_record.cmd_get_dg_usage_info_record() - dg.usage_record.cmd_set_dg_usage_info_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-09-26-DG-Record.xlsx') + #dg.usage_record.cmd_set_dg_usage_info_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-12-07-DG-Record.xlsx') - dg.usage_record.cmd_reset_dg_usage_info_record() + #dg.usage_record.cmd_reset_dg_usage_info_record() def run_service_commands(): @@ -101,9 +101,9 @@ # in your computer. dg.service_record.cmd_get_dg_service_record() - dg.service_record.cmd_set_dg_service_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-09-26-DG-Record.xlsx') + #dg.service_record.cmd_set_dg_service_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-12-07-DG-Record.xlsx') - dg.service_record.cmd_reset_dg_service_record() + #dg.service_record.cmd_reset_dg_service_record() if __name__ == "__main__":