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

Method device_trigger

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

Source from the content-addressed store, hash-verified

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)
229 return self.make_call(DEVICE_TRIGGER, params,
230 self.packer.pack_device_generic_parms,
231 self.unpacker.unpack_device_error)
232
233 def device_clear(self, link, flags, lock_timeout, io_timeout):
234 params = (link, flags, lock_timeout, io_timeout)

Callers 1

triggerMethod · 0.80

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected