Searched refs:plot_title (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 31 def current_waveform_plot(samples, voltage, dest_path, plot_title): argument 84 output_file(os.path.join(dest_path, plot_title + '.html')) 90 title=plot_title, 148 def monsoon_histogram_plot(samples, dest_path, plot_title): argument 165 output_file(os.path.join(dest_path, plot_title + '.html')) 167 plot = figure(title=plot_title, 187 def monsoon_tx_power_sweep_plot(dest_path, plot_title, currents, txs): argument 197 output_file(os.path.join(dest_path, plot_title + '.html')) 199 plot = figure(title=plot_title,
|
D | PowerGnssBaseTest.py | 53 plot_title = '{}_{}_{}_Power'.format(self.test_name, self.dut.model, 56 self.mon_info.data_path, plot_title) 59 def monsoon_data_plot_power(self, samples, voltage, dest_path, plot_title): argument 103 output_file(os.path.join(dest_path, plot_title + '.html')) 109 title=plot_title,
|
D | PowerWiFiBaseTest.py | 175 plot_title = ('{0}_{1}_{2}_RSSI_{3:d}dBm_Throughput_{4:.2f}' 183 plot_title)
|
D | PowerBaseTest.py | 409 plot_title = '{}_{}_{}'.format(self.test_name, self.dut.model, 412 self.mon_info.data_path, plot_title)
|
/tools/test/connectivity/acts_tests/tests/google/power/wifi/ |
D | PowerWiFiroamingTest.py | 102 plot_title = '{}_{}_{}'.format(self.test_name, self.dut.model, 105 self.mon_info.data_path, plot_title) 154 plot_title = '{}_{}_{}'.format(self.test_name, self.dut.model, 157 self.mon_info.data_path, plot_title)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/ |
D | cellular_power_base_test.py | 70 plot_title = '{}_{}_{}_histogram'.format( 73 plot_title)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | CellularThroughputBaseTest.py | 434 plot_title = '{}_{}'.format(self.test_name, measurement_tag) 437 context.get_current_context().get_full_output_path(), plot_title)
|