MCPcopy Create free account
hub / github.com/LabPy/lantz / recv

Method recv

lantz/drivers/legacy/usb.py:376–377  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

374 raise InstrumentError(str(e))
375
376 def recv(self, size):
377 return self.raw_recv(size)
378
379 def raw_recv(self, size):
380 """Receive raw bytes to the instrument.

Callers 14

handleMethod · 0.45
read_bufferMethod · 0.45
raw_recvMethod · 0.45
recvfragFunction · 0.45
do_callMethod · 0.45
read_bufferMethod · 0.45
curvMethod · 0.45
_measureMethod · 0.45
timeMethod · 0.45
remoteMethod · 0.45
revisionMethod · 0.45
curvMethod · 0.45

Calls 1

raw_recvMethod · 0.95

Tested by

no test coverage detected