async_only = True in frappy setups
+ add comment
This commit is contained in:
@ -34,6 +34,8 @@ devices = dict(
|
||||
'targets': {'se_mf': 20},
|
||||
},
|
||||
rotation_z = {
|
||||
# possible names of the instruments main omega alias
|
||||
# only one of these must be an alias, and this is then used
|
||||
'unique': ['a3', 'om'],
|
||||
'alias': 'dom',
|
||||
'targets': {'se_om': 20, 'se_stickrot': 19},
|
||||
|
@ -5,7 +5,7 @@ group = 'optional'
|
||||
devices = {
|
||||
'se_addons':
|
||||
device('nicos_sinq.frappy_sinq.devices.FrappyNode',
|
||||
description='SEC node', unit='',
|
||||
description='SEC node', unit='', async_only=True,
|
||||
prefix='se_', auto_create=True, service='addons',
|
||||
),
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ group = 'optional'
|
||||
devices = {
|
||||
'se_main':
|
||||
device('nicos_sinq.frappy_sinq.devices.FrappyNode',
|
||||
description='main SEC node', unit='',
|
||||
description='main SEC node', unit='', async_only=True,
|
||||
prefix='se_', auto_create=True, service='main',
|
||||
),
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ group = 'optional'
|
||||
devices = {
|
||||
'se_stick':
|
||||
device('nicos_sinq.frappy_sinq.devices.FrappyNode',
|
||||
description='stick SEC node', unit='',
|
||||
description='stick SEC node', unit='', async_only=True,
|
||||
prefix='se_', auto_create=True, service='stick',
|
||||
),
|
||||
}
|
||||
|
Reference in New Issue
Block a user