Index: tests/dg_nvm_scripts.py =================================================================== diff -u -r1c5dbffa6b205c14f92e05badc563f2a84980bfa -r4b04e9c162a0bfb7e603e22fa0681c8ed963ddf2 --- tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 1c5dbffa6b205c14f92e05badc563f2a84980bfa) +++ tests/dg_nvm_scripts.py (.../dg_nvm_scripts.py) (revision 4b04e9c162a0bfb7e603e22fa0681c8ed963ddf2) @@ -69,9 +69,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 you computer. - #dg.system_record.cmd_get_dg_system_record_report() + dg.system_record.cmd_get_dg_system_record_report() - dg.system_record.cmd_set_dg_system_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-09-06-DG-Record.xlsx') + dg.system_record.cmd_set_dg_system_record_excel_to_fw('/home/fw/projects/DG_NV_Records/2022-09-22-DG-Record.xlsx') # For resetting the system record to benign values, use the function below #dg.system_record.cmd_reset_dg_system_record() @@ -83,11 +83,11 @@ if dg.cmd_log_in_to_dg(): - run_sw_configs_commands() + #run_sw_configs_commands() #run_calibration_commands() - #run_system_commands() + run_system_commands() #dg.usage_record.cmd_get_dg_usage_info_record() #dg.usage_record.cmd_update_dg_usage_info_record('/home/fw/projects/DG_NV_Records/2022-04-22-DG-Record.xlsx')