move files in from repo git.psi.ch/sinqdev/nicos-sinq
This commit is contained in:
11
setups/frappy_stick.py
Normal file
11
setups/frappy_stick.py
Normal file
@ -0,0 +1,11 @@
|
||||
from os import environ
|
||||
description = 'frappy stick setup'
|
||||
group = 'optional'
|
||||
|
||||
devices = {
|
||||
'se_stick':
|
||||
device('nicos_sinq.frappy.devices.FrappyNode',
|
||||
description='stick SEC node', unit='',
|
||||
prefix='se_', auto_create=True, service='stick',
|
||||
),
|
||||
}
|
Reference in New Issue
Block a user