Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handle
Method · 0.45
read_buffer
Method · 0.45
raw_recv
Method · 0.45
recvfrag
Function · 0.45
do_call
Method · 0.45
read_buffer
Method · 0.45
curv
Method · 0.45
_measure
Method · 0.45
time
Method · 0.45
remote
Method · 0.45
revision
Method · 0.45
curv
Method · 0.45
Calls
1
raw_recv
Method · 0.95
Tested by
no test coverage detected