Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e9cbd1499 | |||
| c48203e45e | |||
| 436f42c6f5 | |||
| ffb02e54f7 | |||
| 9536ee3551 | |||
| 0c5727e093 |
@@ -32,7 +32,7 @@ import json
|
||||
from nicos import config, session
|
||||
from nicos.core import Override, Param, Moveable, status, POLLER, SIMULATION, DeviceAlias, \
|
||||
Device, anytype, listof, MASTER
|
||||
from nicos.devices.secop.devices import SecNodeDevice, SecopDevice, DefunctDevice
|
||||
from nicos_sinq.frappy_sinq.secop.devices import SecNodeDevice, SecopDevice, DefunctDevice
|
||||
from nicos.core.utils import createThread
|
||||
from nicos.utils.comparestrings import compare
|
||||
from nicos.devices.secop.devices import get_attaching_devices
|
||||
@@ -786,6 +786,9 @@ class FrappyNode(SecNodeDevice, Moveable):
|
||||
def doRead(self, maxage=0):
|
||||
return self._cfgvalue or ''
|
||||
|
||||
def fix(self, reason=''):
|
||||
"""ignore"""
|
||||
|
||||
def createDevices(self):
|
||||
super().createDevices()
|
||||
if self.param_category:
|
||||
|
||||
1598
secop/devices.py
Normal file
1598
secop/devices.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user