Enable single channels.
(self, channel, value)
| 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): |