Searched refs:mtplot_file (Results 1 – 2 of 2) sorted by relevance
31 def generate_mtplot_image_from_log(device_node, mtplot_file): argument38 evemu_file = mtb.convert_mtplot_file_to_evemu_file(mtplot_file,44 print msg % mtplot_file
89 def convert_mtplot_file_to_evemu_file(mtplot_file, evemu_dir=None, argument96 if not os.path.isfile(mtplot_file):97 print 'Error: there is no such file: "%s".' % mtplot_file101 mtplot_packets = MtbParser().parse_file(mtplot_file)105 mtplot_dir, mtplot_filename = os.path.split(mtplot_file)