deviceaccess#
- class DeviceAccess[source]#
Bases:
objectAbstract class providing access to a control system variable
- abstractmethod check_device_availability()[source]#
Check if the device is available and accessible.
- Returns:
bool – True if device is available, False otherwise
- abstractmethod get_range()[source]#
Get the valid range for the device variable.
- Returns:
list[float] – List containing [min, max] values
- abstractmethod set(value)[source]#
Write a control system device variable (i.e. a power supply current)