![]() |
ChimeraTK-DeviceAccess-DoocsBackend 01.11.02
|
This page lists the supported data types.
The list is still incomplete.
IFFF data is supported with component-wise access only. Each of the four fields need to be accessed with its own scalar accessor. The register name is the full property name, extended by "/I", "/F1", "/F2", resp. "/F3". Example:
XFEL.RF/TIMER/LLA0M/BUNCH_POSITION.1/I - this will access the integer component of the property XFEL.RF/TIMER/LLA0M/BUNCH_POSITION.1XFEL.RF/TIMER/LLA0M/BUNCH_POSITION.1/F1 - this will access the first float component of the property XFEL.RF/TIMER/LLA0M/BUNCH_POSITION.1Note: Writing is implemented as read-modify-write. Concurrent writes to different components of the same property may lead to undesired behaviour.