Searched refs:sim_type (Results 1 – 3 of 3) sorted by relevance
364 def init_simulation(self, sim_type): argument392 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])
129 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():
566 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))