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

Method dout

lantz/drivers/examples/foreign_example.py:44–47  ·  view source on GitHub ↗

Digital output state.

(self, key)

Source from the content-addressed store, hash-verified

42
43 @DictFeat(values={True: '1', False: '0'}, keys=list(range(1,9)))
44 def dout(self, key):
45 """Digital output state.
46 """
47 return self.query('?DOU {}'.format(key))
48
49 @dout.setter
50 def dout(self, key, value):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected