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

Method local

lantz/drivers/legacy/vxi11.py:440–449  ·  view source on GitHub ↗

Send local command

(self)

Source from the content-addressed store, hash-verified

438 raise Vxi11Error("error remote: %d" % error)
439
440 def local(self):
441 """Send local command
442 """
443
444 flags = 0
445
446 error = self.client.device_local(self.link, flags, self.lock_timeout, self.io_timeout)
447
448 if error:
449 raise Vxi11Error("error local: %d" % error)
450
451 def lock(self):
452 """Send lock command.

Callers

nothing calls this directly

Calls 2

Vxi11ErrorClass · 0.85
device_localMethod · 0.80

Tested by

no test coverage detected