Searched refs:plot_title (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 29 def current_waveform_plot(samples, voltage, dest_path, plot_title): argument 81 output_file(os.path.join(dest_path, plot_title + '.html')) 86 title=plot_title, 137 def monsoon_histogram_plot(samples, dest_path, plot_title): argument 154 output_file(os.path.join(dest_path, plot_title + '.html')) 156 plot = figure(title=plot_title, 176 def monsoon_tx_power_sweep_plot(dest_path, plot_title, currents, txs): argument 186 output_file(os.path.join(dest_path, plot_title + '.html')) 188 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 | 155 plot_title = '{}_{}_{}_RSSI_{0:d}dBm_Throughput_{1:.2f}Mbps'.format( 160 plot_title)
|
D | PowerBaseTest.py | 365 plot_title = '{}_{}_{}'.format(self.test_name, self.dut.model, 368 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 | 53 plot_title = '{}_{}_{}_histogram'.format( 56 plot_title)
|