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

Method remote

lantz/drivers/legacy/vxi11.py:429–438  ·  view source on GitHub ↗

Send remote command.

(self)

Source from the content-addressed store, hash-verified

427 raise Vxi11Error("error clearing: %d" % error)
428
429 def remote(self):
430 """Send remote command.
431 """
432
433 flags = 0
434
435 error = self.client.device_remote(self.link, flags, self.lock_timeout, self.io_timeout)
436
437 if error:
438 raise Vxi11Error("error remote: %d" % error)
439
440 def local(self):
441 """Send local command

Callers

nothing calls this directly

Calls 2

Vxi11ErrorClass · 0.85
device_remoteMethod · 0.80

Tested by

no test coverage detected