Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py31 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,
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.py175 plot_title = ('{0}_{1}_{2}_RSSI_{3:d}dBm_Throughput_{4:.2f}'
183 plot_title)
DPowerBaseTest.py409 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/
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.py70 plot_title = '{}_{}_{}_histogram'.format(
73 plot_title)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
DCellularThroughputBaseTest.py434 plot_title = '{}_{}'.format(self.test_name, measurement_tag)
437 context.get_current_context().get_full_output_path(), plot_title)