add timestamp and ppms setups
This commit is contained in:
9
setups/timestamp.py
Normal file
9
setups/timestamp.py
Normal file
@ -0,0 +1,9 @@
|
||||
description = 'timestamp dummy detector for offline measurements'
|
||||
group = 'optional'
|
||||
|
||||
devices = {
|
||||
'timestamp': device('nicos_linse.common.lab.Timestamp', description='time, a dummy detector'),
|
||||
}
|
||||
|
||||
startupcode = 'SetDetectors(timestamp)'
|
||||
|
Reference in New Issue
Block a user