add timestamp and ppms setups

This commit is contained in:
2024-05-22 16:51:36 +02:00
parent e841b7bf0e
commit 0776b7575f
2 changed files with 35 additions and 0 deletions

9
setups/timestamp.py Normal file
View 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)'