7from abc
import ABC, abstractmethod
static int GetNumChains(void)
Retrieve the number of device chains.
Represents a high level view of a complex network of device chains.
list GetIdcodes(self, int chainIndex)
Returns a list of all idcodes from all selected devices in the given device chain.
None DisableDevicesInDeviceChain(self, int chainIndex)
Resets the given device chain so that all devices except the TAP controller is no longer visible.
None EnableDevicesInDeviceChain(self, int chainIndex, int selectMask)
Make visible certain devices in the given device chain.