-
It would be nice to be able to create new doors while the macroserver is running.
Now the Tango device is created, however it is not possible to use it.
Reported by: reszelaz ( http://sf.net/u/zres…
-
"handy motors" from the sardemo are retrieved from the DOOR of the sardanacustomsettings. This is not compatible with the door_name class variable of the base macro test cases
Reported by: sagiss ( h…
-
One of the ideas from Sardana Workshop at Solaris.
It would be interesting to implement move of the motors in fully synchronized way
i.e. equal accaleration and deceleration times and proportional…
-
.There is a mismatch between upper and lower cases when comparing the path where the file have
to be saved and the paths included in the MacroPath. This can be tested installing Sardana in a path
wi…
-
It would be very useful to be able to Insert news Controller Libraries in the Pool when it is running.
Now is necessary restart the Pool to insert a new controller Library.
Reported by: droldan ( ht…
-
-
Hello,
As suggested by Carlos [here](https://github.com/taurus-org/taurus/issues/901), I hereby request a new feature of customizing the appearance of `Trend1D - ` in Experiment Config of Sardana.
…
kklmn updated
3 years ago
-
I think it would be really cool if we could write macros like this:
```python
from sardana import macro, Moveable
@macro
def park_detector(motor: Moveable = "pd_mc", position: float = -55) -> bo…
-
Create a DOOR filter to reduce the list of elements and macros available for the user from that DOOR.
F.ex.: Avoid access to some motors or to avoid running expert specific macros
Reported by: gjo…
-
A requirement appeared here at MAX IV when a user wants to acquire multiple points for each step in a step scan. We did a hacked implementation for now but if the community thinks this might be useful…