Home
last modified time | relevance | path

Searched refs:sim_type (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dcellular_base_test.py364 def init_simulation(self, sim_type): argument
392 if not sim_type in simulation_dictionary:
395 simulation_class = simulation_dictionary[sim_type]
407 if sim_type not in self.calibration_table:
408 self.calibration_table[sim_type] = {}
411 if sim_type == self.PARAM_SIM_TYPE_NR:
417 self.calibration_table[sim_type],
419 elif sim_type == self.PARAM_SIM_TYPE_PRESET:
430 self.cellular_test_params, self.calibration_table[sim_type])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_power_base_test.py129 for sim_type in self.calibration_table:
132 self.log_path, '{}_{}'.format(sim_type,
137 for band, pathloss in self.calibration_table[sim_type].items():
/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/
Duxm_cellular_simulator.py566 sim_type = 'KEYSight'
568 sim_type = 'TEST3GPP'
570 self.SCPI_CHANGE_SIM_NR_CMD.format(sim_type))
573 self.SCPI_CHANGE_SIM_LTE_CMD.format(sim_type))