7from abc
import ABC, abstractmethod
static int GetNumChains(void)
Retrieve the number of device chains.
Identifies the type of devices that can appear in a device chain.
bool UnlockDeviceChain(self, int chainIndex)
Unlock the specified device chain to release exclusive access.
None DisableDevicesInDeviceChain(self, int chainIndex, int devicesSelectMask)
Make invisible the specified devices on the specified device chain.
list GetIdcodes(self, int chainIndex)
Retrieve a list of idcodes of all visible devices in the given device chain.
None EnableDevicesInDeviceChain(self, int chainIndex, int devicesSelectMask)
Make visible the specified devices on the specified device chain.
None ResetDeviceChain(self, int chainIndex)
Reset the visibility of all devices on the specified device chain.
bool LockDeviceChain(self, int chainIndex)
Lock the specified device chain for exclusive access.