Home | History | Annotate | Download | only in cellular

Lines Matching defs:Read

25         in listen mode.  When 0, we must issue a ++read after every
39 read_timeout_seconds: the read time out for the socket to the
41 connect_timeout_seconds: the read time out for the socket to the
80 """Controls Prologix read-after-write (aka 'auto') mode."""
109 # If we read a string, don't raise, just try again.
111 self.scpi_logger.error('Set gpib addr to: %s, read back: %s' %
130 # send *RST and *OPC? and then manually query with ++read,
131 # occasionally that ++read doesn't come back. We currently depend
136 def Read(self):
137 """Read a response from the bridge."""
143 s = 'Read from the instrument failed. Timeout:%s' % \
156 'But there was not data to read from the instrument.' \
174 self.Send('++read eoi')
175 output = self.Read()
180 """Sends a query to the prologix (do not send ++read).
185 return self.Read()