Home
last modified time | relevance | path

Searched refs:longitude (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py1201 def calculate_position_error(latitude, longitude, true_position): argument
1215 dlon = math.radians(longitude - true_position[1])
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py2922 def sector1_longitude(self, longitude): argument
2931 cmd = "S1LONGITUDE {},{}".format(longitude, self._bts_number)