Files
frappy_sinq/setups/frappy_stick.py
Markus Zolliker 80d81d72ae determine environment from alias definitions
secop devices are added automatically to the environment if the
appear in the alias_config. secop devices no longer available
are remove from the envrionment list.

+ fix rename nicos_sinq/frappy to nicos_sinq/frappy_sinq
2022-04-13 09:07:43 +02:00

12 lines
297 B
Python

from os import environ
description = 'frappy stick setup'
group = 'optional'
devices = {
'se_stick':
device('nicos_sinq.frappy_sinq.devices.FrappyNode',
description='stick SEC node', unit='',
prefix='se_', auto_create=True, service='stick',
),
}