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

Method device_read_stb

lantz/drivers/legacy/vxi11.py:221–225  ·  view source on GitHub ↗
(self, link, flags, lock_timeout, io_timeout)

Source from the content-addressed store, hash-verified

219 self.unpacker.unpack_device_read_resp)
220
221 def device_read_stb(self, link, flags, lock_timeout, io_timeout):
222 params = (link, flags, lock_timeout, io_timeout)
223 return self.make_call(DEVICE_READSTB, params,
224 self.packer.pack_device_generic_parms,
225 self.unpacker.unpack_device_read_stb_resp)
226
227 def device_trigger(self, link, flags, lock_timeout, io_timeout):
228 params = (link, flags, lock_timeout, io_timeout)

Callers 1

read_stbMethod · 0.80

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected