deviceaccesslist#
- class DeviceAccessList[source]#
Bases:
objectAbstract class providing access to a list of control system variales. Internal structure depends on the backend and might not be trivially mutable.
- abstractmethod check_device_availability()[source]#
Check if all devices in the list are available and accessible.
- Returns:
bool – True if all devices are available, False otherwise
- abstractmethod get_range()[source]#
Get the valid range for the device variables.
- Returns:
list[float] – List containing [min0, max0, min1, max1, …] values
- abstractmethod set(value)[source]#
Write a list of control system device variable (i.e. a power supply currents)