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

Method enabled

lantz/drivers/aa/aotf.py:42–45  ·  view source on GitHub ↗

Enable single channels.

(self, channel, value)

Source from the content-addressed store, hash-verified

40
41 @DictFeat(None, keys=CHANNELS)
42 def enabled(self, channel, value):
43 """Enable single channels.
44 """
45 self.write("L{}O{}".format(channel, value))
46
47 @DictFeat(None, keys=CHANNELS)
48 def frequency(self, channel, value):

Callers 1

aotf.pyFile · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected