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

Method device_clear

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

Source from the content-addressed store, hash-verified

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)
235 return self.make_call(DEVICE_CLEAR, params,
236 self.packer.pack_device_generic_parms,
237 self.unpacker.unpack_device_error)
238
239 def device_remote(self, link, flags, lock_timeout, io_timeout):
240 params = (link, flags, lock_timeout, io_timeout)

Callers 1

clearMethod · 0.80

Calls 1

make_callMethod · 0.45

Tested by

no test coverage detected