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.py54 self.c.SendStanza(['SYSTEM:PRESet3'])
95 self.c.SendStanza(['CALL:COUNt:DTMonitor:CLEar'])
110 self.c.SendStanza([
115 self.c.SendStanza([
120 self.c.SendStanza([
126 self.c.SendStanza([
129 self.c.SendStanza([
149 self.c.SendStanza(
157 self.c.SendStanza(stanza)
166 self.c.SendStanza(stanza)
[all …]
Dbase_station_pxt.py112 self.c.SendStanza(['AMPLitude:ALL -120'])
114 self.c.SendStanza(['AMPLitude:ALL %s' % dbm])
155 self.c.SendStanza(commands)
158 self.c.SendStanza(['BSE:SIMULator STOP'])
Dprologix_scpi_driver_test_noautorun.py137 scpi_connection.SendStanza(['*WAI'])
147 scpi_connection.SendStanza(['*WAI'])
Dscpi_shell47 s.SendStanza([line])
Dscpi.py136 def SendStanza(self, commands): member in Scpi