Home
last modified time | relevance | path

Searched refs:SendStanza (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/cros/cellular/
Dbase_station_8960.py65 self.c.SendStanza(['SYSTEM:PRESet3'])
106 self.c.SendStanza(['CALL:COUNt:DTMonitor:CLEar'])
121 self.c.SendStanza([
126 self.c.SendStanza([
131 self.c.SendStanza([
137 self.c.SendStanza([
140 self.c.SendStanza([
160 self.c.SendStanza(
168 self.c.SendStanza(stanza)
177 self.c.SendStanza(stanza)
[all …]
Dbase_station_pxt.py118 self.c.SendStanza(['AMPLitude:ALL -120'])
120 self.c.SendStanza(['AMPLitude:ALL %s' % dbm])
161 self.c.SendStanza(commands)
164 self.c.SendStanza(['BSE:SIMULator STOP'])
Dprologix_scpi_driver_test_noautorun.py138 scpi_connection.SendStanza(['*WAI'])
148 scpi_connection.SendStanza(['*WAI'])
Dscpi_shell49 s.SendStanza([line])
Dscpi.py136 def SendStanza(self, commands): member in Scpi