Source code for AFL.automation.loading.MultiChannelRelay
[docs]
class MultiChannelRelay():
[docs]
def setChannels(self,channels):
raise NotImplementedError
[docs]
def getChannels(self,channels):
raise NotImplementedError
[docs]
def toggleChannels(self,channels):
raise NotImplementedError