Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit cd6bead4 authored by augustin_s's avatar augustin_s :snake:
Browse files

renamed Simone's file

parent 7baadb45
No related branches found
No related tags found
No related merge requests found
from slic.core.adjustable import PVAdjustable
class Magnet(PVAdjustable):
def __init__(self, name="Simone's Magnet", accuracy=1):
pvname_setvalue = "SATES20-ES1-USER2:DAT"
pvname_readback = "SATES20-ES1-USER1:DAT"
super().__init__(pvname_setvalue, pvname_readback=pvname_readback, name=name, accuracy=accuracy)
class Frequency(PVAdjustable):
def __init__(self, name="Simone's Frequency", process_time=5):
pvname_setvalue = "SATES20-ES1-USER2:DAT"
super().__init__(pvname_setvalue, name=name, process_time=process_time)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment