Home
last modified time | relevance | path

Searched refs:plot_title (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py29 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,
DPowerGnssBaseTest.py53 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,
DPowerWiFiBaseTest.py155 plot_title = '{}_{}_{}_RSSI_{0:d}dBm_Throughput_{1:.2f}Mbps'.format(
160 plot_title)
DPowerBaseTest.py365 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/
DPowerWiFiroamingTest.py102 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/
Dcellular_power_base_test.py53 plot_title = '{}_{}_{}_histogram'.format(
56 plot_title)