We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2223012 commit a5637bbCopy full SHA for a5637bb
src/dt4acc/custom_tango/ioc/devices/tune_device.py
@@ -35,7 +35,7 @@ def init_device(self):
35
36
37
@attribute(
38
- name="TUNECC/x",
+ name="x",
39
dtype=float,
40
access=AttrWriteType.READ_WRITE,
41
label="Tune X",
@@ -52,7 +52,7 @@ def tune_x(self, value: float):
52
logger.warning(f"Updated tune X to {value}")
53
54
55
- name="TUNECC/y",
+ name="y",
56
57
58
label="Tune Y",
@@ -69,7 +69,7 @@ def tune_y(self, value: float):
69
logger.warning(f"Updated tune Y to {value}")
70
71
72
- name="TUNECC/count",
+ name="count",
73
dtype=int,
74
75
label="Tune count",
0 commit comments