Index: tests/hd_nvm_scripts.py =================================================================== diff -u -r07db7b5f01ad17d60c190e21574e1ed0552535ff -r2138d06d100fdcf23f2e9069f35ee2fdee62008f --- tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 07db7b5f01ad17d60c190e21574e1ed0552535ff) +++ tests/hd_nvm_scripts.py (.../hd_nvm_scripts.py) (revision 2138d06d100fdcf23f2e9069f35ee2fdee62008f) @@ -26,7 +26,7 @@ # Use cmd_get_hd_sw_config_record() to get the software configurations record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # 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 leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. #hd.sw_configs.cmd_get_hd_sw_config_record() @@ -48,7 +48,7 @@ # Use cmd_get_dg_calibration_record_report() to get the calibration record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # 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 leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. hd.calibration_record.cmd_get_hd_calibration_record_report() @@ -67,7 +67,7 @@ # Use cmd_get_dg_system_record_report() to get the system record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # 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 leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. #hd.system_record.cmd_get_hd_system_record_report() @@ -83,7 +83,7 @@ # Use cmd_get_dg_system_record_report() to get the system record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # 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 leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. #hd.usage_record.cmd_get_hd_usage_info_record() @@ -98,7 +98,7 @@ # Use cmd_get_dg_system_record_report() to get the system record in an excel # This function gets an address to locate the report there (i.e. /home/fw/projects/) # 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 leahi-dialin folder wherever it is installed + # If no address is provided, the default location is one folder above the leahi_dialin folder wherever it is installed # in your computer. #hd.service_record.cmd_get_hd_service_record()