Home
last modified time | relevance | path

Searched refs:theta (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dmock_chamber.py43 def move_theta_abs(self, theta): argument
44 self.log.info("Moving to Theta={}".format(theta))
45 self.theta = theta
51 def move_theta_rel(self, theta): argument
52 self.log.info("Moving Theta by {} degrees".format(theta))
53 self.theta = self.theta + theta
61 self.theta = 0
Dota_chamber.py72 def move_theta_abs(self, theta): argument
73 self.log.info("Moving to Theta={}".format(theta))
74 self.theta = theta
80 def move_theta_rel(self, theta): argument
81 self.log.info("Moving Theta by {} degrees".format(theta))
82 self.theta = self.theta + theta
90 self.theta = 0
Dkeysight_chamber.py85 def move_theta_abs(self, theta): argument
86 self.log.info("Moving to Theta={}".format(theta))
87 self.move_to_azim_roll(self.current_azim, theta)
89 def move_theta_phi_abs(self, theta, phi): argument
90 self.log.info("Moving to Theta={}, Phi={}".format(theta, phi))
91 self.move_to_azim_roll(phi, theta)
93 def move_theta_phi_abs(self, theta, phi): argument
94 self.log.info("Moving chamber to [{}, {}]".format(theta, phi))
95 self.move_to_azim_roll(phi, theta)
101 def move_theta_rel(self, theta): argument
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpOtaRangeTest.py423 for theta in self.positioner['theta_range']:
425 succeed = self.theta_card.moveTo(theta)
428 "Theta positioner moved to {} degree".format(theta))
432 theta))
434 "Theta positioner moved to {} degree".format(theta))
477 for theta in self.positioner['theta_range']:
479 succeed = self.theta_card.moveTo(theta)
483 theta))
487 format(theta))
489 "Theta positioner moved to {} degree".format(theta))
[all …]