deviceaccesslist#
- class DeviceAccessList(iterable=(), /)[source]#
Bases:
list[DeviceAccess]Abstract class providing access to a list of control system float variable
- 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 [min, max] values
- abstractmethod set(value)[source]#
Write a list of control system device variable (i.e. a power supply currents)